@typed-discord/rest
    Preparing search index...

    Interface GuildWelcomeScreenChannelResponse

    interface GuildWelcomeScreenChannelResponse {
        channel_id: `${bigint}`;
        description: string;
        emoji_id: `${bigint}` | null;
        emoji_name: string | null;
    }
    Index

    Properties

    channel_id: `${bigint}`
    description: string
    emoji_id: `${bigint}` | null
    emoji_name: string | null