Interface EditWelcomeScreenOptions

interface EditWelcomeScreenOptions {
    description: null | string;
    enabled?: boolean;
    reason?: string;
    welcomeChannels: WelcomeScreenChannel[];
}

Hierarchy (view full)

Properties

description: null | string

The description of the welcome screen.

enabled?: boolean

Whether the welcome screen is enabled.

reason?: string

The reason for editing the welcome screen.

welcomeChannels: WelcomeScreenChannel[]

If the welcome screen is enabled.