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

    Interface GuildWelcomeScreenResponse

    interface GuildWelcomeScreenResponse {
        description: string | null;
        welcome_channels: GuildWelcomeScreenChannelResponse[];
    }
    Index

    Properties

    description: string | null