Interface WelcomeScreenChannel

interface WelcomeScreenChannel {
    channelID: string;
    description: string;
    emojiID: null | string;
    emojiName: null | string;
}

Properties

channelID: string

The ID of the welcome channel.

description: string

The description of the welcome channel.

emojiID: null | string

The ID of the emoji to use on the welcome channel.

emojiName: null | string

The name (or unicode characters) of the emoji to use on the welcome channel.