Interface ChannelMention

interface ChannelMention {
    guild_id: string;
    id: string;
    name: string;
    type: ChannelTypes;
}

Properties

Properties

guild_id: string
id: string
name: string