Interface PartialInviteChannel

interface PartialInviteChannel {
    icon?: null | string;
    id: string;
    name: null | string;
    type: GUILD_TEXT | GUILD_VOICE | GUILD_ANNOUNCEMENT | GUILD_STAGE_VOICE | GUILD_FORUM | GUILD_MEDIA;
}

Properties

Properties

icon?: null | string
id: string
name: null | string