ChannelFlags
Documentation / @discordeno/bot / ChannelFlags
Enumeration: ChannelFlags
Defined in: packages/types/dist/types/shared.d.ts:94
https://discord.com/developers/docs/resources/channel#channels-resource
Enumeration Members
HideMediaDownloadOptions
HideMediaDownloadOptions:
32768
Defined in: packages/types/dist/types/shared.d.ts:101
When set hides the embedded media download options. Available only for media channels.
None
None:
0
Defined in: packages/types/dist/types/shared.d.ts:95
Pinned
Pinned:
2
Defined in: packages/types/dist/types/shared.d.ts:97
this thread is pinned to the top of its parent GUILD_FORUM
channel
RequireTag
RequireTag:
16
Defined in: packages/types/dist/types/shared.d.ts:99
Whether a tag is required to be specified when creating a thread in a GUILD_FORUM
or a GUILD_MEDIA channel. Tags are specified in the applied_tags
field.