Discord.https - v3.0.16
    Preparing search index...

    Interface APIGuildForumTag

    interface APIGuildForumTag {
        emoji_id: null | string;
        emoji_name: null | string;
        id: string;
        moderated: boolean;
        name: string;
    }
    Index

    Properties

    emoji_id: null | string

    The id of a guild's custom emoji

    emoji_name: null | string

    The unicode character of the emoji

    id: string

    The id of the tag

    moderated: boolean

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

    name: string

    The name of the tag (0-20 characters)