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

    Interface GuildWelcomeChannel

    interface GuildWelcomeChannel {
        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