Type alias DiscordChannelMention

DiscordChannelMention: {
    guild_id: string;
    id: string;
    name: string;
    type: DiscordChannelTypes;
}

Type declaration

Generated using TypeDoc