Interface WelcomeScreen

interface WelcomeScreen {
    description: null | string;
    welcomeChannels: WelcomeScreenChannel[];
}

Hierarchy (view full)

Properties

description: null | string

The description of the welcome screen.

welcomeChannels: WelcomeScreenChannel[]

If the welcome screen is enabled.