Interface RawWelcomeScreenChannel

interface RawWelcomeScreenChannel {
    channel_id: string;
    description: string;
    emoji_id: null | string;
    emoji_name: null | string;
}

Properties

channel_id: string
description: string
emoji_id: null | string
emoji_name: null | string