# Class: ChannelRaw
# Hierarchy
- ChannelRaw
# Index
# Properties
- applcation_id
- bitrate
- guild_id
- icon
- id
- last_message_id
- last_pin_timestamp
- name
- nsfw
- owner_id
- parent_id
- permission_overwrites
- position
- rate_limit_per_user
- recipients
- topic
- type
- user_limit
# Properties
# applcation_id
• Optional applcation_id: string
Defined in src/structures/ChannelRaw.ts:24 (opens new window)
# bitrate
• Optional bitrate: number
Defined in src/structures/ChannelRaw.ts:18 (opens new window)
# guild_id
• Optional guild_id: string
Defined in src/structures/ChannelRaw.ts:11 (opens new window)
# icon
• Optional icon: string
Defined in src/structures/ChannelRaw.ts:22 (opens new window)
# id
• id: string
Defined in src/structures/ChannelRaw.ts:9 (opens new window)
# last_message_id
• Optional last_message_id: string
Defined in src/structures/ChannelRaw.ts:17 (opens new window)
# last_pin_timestamp
• Optional last_pin_timestamp: Date
Defined in src/structures/ChannelRaw.ts:26 (opens new window)
# name
• Optional name: string
Defined in src/structures/ChannelRaw.ts:14 (opens new window)
# nsfw
• Optional nsfw: boolean
Defined in src/structures/ChannelRaw.ts:16 (opens new window)
# owner_id
• Optional owner_id: string
Defined in src/structures/ChannelRaw.ts:23 (opens new window)
# parent_id
• Optional parent_id: string
Defined in src/structures/ChannelRaw.ts:25 (opens new window)
# permission_overwrites
• Optional permission_overwrites: PermissionOverwritesRaw[]
Defined in src/structures/ChannelRaw.ts:13 (opens new window)
# position
• Optional position: number
Defined in src/structures/ChannelRaw.ts:12 (opens new window)
# rate_limit_per_user
• Optional rate_limit_per_user: number
Defined in src/structures/ChannelRaw.ts:20 (opens new window)
# recipients
• Optional recipients: object[]
Defined in src/structures/ChannelRaw.ts:21 (opens new window)
# topic
• Optional topic: string
Defined in src/structures/ChannelRaw.ts:15 (opens new window)
# type
• type: number
Defined in src/structures/ChannelRaw.ts:10 (opens new window)
# user_limit
• Optional user_limit: number
Defined in src/structures/ChannelRaw.ts:19 (opens new window)