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

    Interface APIGuildWelcomeScreenChannel

    interface APIGuildWelcomeScreenChannel {
        channel_id: string;
        description: string;
        emoji_id: null | string;
        emoji_name: null | string;
    }
    Index

    Properties

    channel_id: string

    The channel id that is suggested

    description: string

    The description shown for the channel

    emoji_id: null | string

    The emoji id of the emoji that is shown on the left of the channel

    emoji_name: null | string

    The emoji name of the emoji that is shown on the left of the channel