Interface RawWelcomeScreen

interface RawWelcomeScreen {
    description: null | string;
    welcome_channels: RawWelcomeScreenChannel[];
}

Properties

description: null | string
welcome_channels: RawWelcomeScreenChannel[]