Skip to main content

DiscordForumTag

Documentation


Documentation / @discordeno/types / DiscordForumTag

Interface: DiscordForumTag

Defined in: discord/channel.ts:289

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

Properties

emoji_id

emoji_id: string | null

Defined in: discord/channel.ts:297

The id of a guild's custom emoji. At most one of emoji_id and emoji_name may be set.


emoji_name

emoji_name: string | null

Defined in: discord/channel.ts:299

The unicode character of the emoji. At most one of emoji_id and emoji_name may be set.


id

id: string

Defined in: discord/channel.ts:291

The id of the tag


moderated

moderated: boolean

Defined in: discord/channel.ts:295

Whether this tag can only be added to or removed from threads by a member with the MANAGE_THREADS permission


name

name: string

Defined in: discord/channel.ts:293

The name of the tag (0-20 characters)