interface APIChannelMention {
    guild_id: string;
    id: string;
    name: string;
    type: ChannelType;
}

Properties

Properties

guild_id: string

ID of the guild containing the channel

id: string

ID of the channel

name: string

The name of the channel

The type of channel