ChannelFlags
Documentation / @discordeno/bot / ChannelFlags
Enumeration: ChannelFlags
Defined in: packages/types/dist/types/discord/channel.d.ts:117
https://discord.com/developers/docs/resources/channel#channel-object-channel-flags
Enumeration Members
HideMediaDownloadOptions
HideMediaDownloadOptions:
32768
Defined in: packages/types/dist/types/discord/channel.d.ts:124
When set hides the embedded media download options. Available only for media channels.
None
None:
0
Defined in: packages/types/dist/types/discord/channel.d.ts:118
Pinned
Pinned:
2
Defined in: packages/types/dist/types/discord/channel.d.ts:120
this thread is pinned to the top of its parent GUILD_FORUM
channel
RequireTag
RequireTag:
16
Defined in: packages/types/dist/types/discord/channel.d.ts:122
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.