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

    Interface WelcomeScreenPatchRequestPartial

    interface WelcomeScreenPatchRequestPartial {
        description?: string | null;
        enabled?: boolean | null;
        welcome_channels?: GuildWelcomeChannel[] | null;
    }
    Index

    Properties

    description?: string | null
    enabled?: boolean | null
    welcome_channels?: GuildWelcomeChannel[] | null