Skip to main content

DiscordenoForumTag

Documentation


Documentation / @discordeno/types / DiscordenoForumTag

Interface: DiscordenoForumTag

Defined in: discordeno/channel.ts:37

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

Properties

emoji_id

emoji_id: BigString | null

Defined in: discordeno/channel.ts:45

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: discordeno/channel.ts:47

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


id

id: string

Defined in: discordeno/channel.ts:39

The id of the tag


moderated

moderated: boolean

Defined in: discordeno/channel.ts:43

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: discordeno/channel.ts:41

The name of the tag (0-20 characters)