Skip to content

ThreadLikeChannelStructure

See

https://discord.com/developers/docs/resources/channel#channel-object-channel-structure

Extends

Properties

id

id: string

Inherited from

Base.id

Defined in

typings/channel.ts:65


last_pin_timestamp?

optional last_pin_timestamp: null | string

Inherited from

Base.last_pin_timestamp

Defined in

typings/channel.ts:67


permissions?

optional permissions: string

Only exists in resolved data

Inherited from

Base.permissions

Defined in

typings/channel.ts:69


flags?

optional flags: number

Bitfield of ChannelFlags

Inherited from

Base.flags

Defined in

typings/channel.ts:73


type

type: GUILD_FORUM | GUILD_MEDIA

Overrides

Base.type

Defined in

typings/channel.ts:157


available_tags?

optional available_tags: ForumTagStructure[]

Defined in

typings/channel.ts:158


applied_tags?

optional applied_tags: string[]

Defined in

typings/channel.ts:159


default_thread_rate_limit_per_user?

optional default_thread_rate_limit_per_user: number

Defined in

typings/channel.ts:160


default_sort_order?

optional default_sort_order: null | SortOrderType

Defined in

typings/channel.ts:161


default_forum_layout?

optional default_forum_layout: ForumLayoutType

Defined in

typings/channel.ts:162


default_reaction_emoji?

optional default_reaction_emoji: null | DefaultReactionStructure

Defined in

typings/channel.ts:163