# Class: Channel
# Hierarchy
- Channel
# Index
# Constructors
# Properties
- application_id
- bitrate
- icon
- id
- last_message_id
- last_pin_timestamp
- name
- nsfw
- owner_id
- parent_id
- permission_overwrites
- position
- rate_limit_per_user
- recipients
- send
- topic
- type
- user_limit
# Constructors
# constructor
+ new Channel(): Channel
Defined in src/structures/channel.ts:25 (opens new window)
Returns: Channel
# Properties
# application_id
• Optional Readonly application_id: string
Defined in src/structures/channel.ts:22 (opens new window)
# bitrate
• Optional Readonly bitrate: number
Defined in src/structures/channel.ts:16 (opens new window)
# icon
• Optional Readonly icon: string
Defined in src/structures/channel.ts:20 (opens new window)
# id
• Readonly id: string
Defined in src/structures/channel.ts:8 (opens new window)
# last_message_id
• Optional Readonly last_message_id: string
Defined in src/structures/channel.ts:15 (opens new window)
# last_pin_timestamp
• Optional Readonly last_pin_timestamp: string
Defined in src/structures/channel.ts:24 (opens new window)
# name
• Optional Readonly name: string
Defined in src/structures/channel.ts:12 (opens new window)
# nsfw
• Optional Readonly nsfw: boolean
Defined in src/structures/channel.ts:14 (opens new window)
# owner_id
• Optional Readonly owner_id: string
Defined in src/structures/channel.ts:21 (opens new window)
# parent_id
• Optional Readonly parent_id: string
Defined in src/structures/channel.ts:23 (opens new window)
# permission_overwrites
• Optional Readonly permission_overwrites: object
Defined in src/structures/channel.ts:11 (opens new window)
# position
• Optional Readonly position: number
Defined in src/structures/channel.ts:10 (opens new window)
# rate_limit_per_user
• Optional Readonly rate_limit_per_user: number
Defined in src/structures/channel.ts:18 (opens new window)
# recipients
• Optional Readonly recipients: object
Defined in src/structures/channel.ts:19 (opens new window)
# send
• send: (content: string) => Promise<Message>
Defined in src/structures/channel.ts:25 (opens new window)
# topic
• Optional Readonly topic: string
Defined in src/structures/channel.ts:13 (opens new window)
# type
• Readonly type: number
Defined in src/structures/channel.ts:9 (opens new window)
# user_limit
• Optional Readonly user_limit: number