DiscordMentionedChannel
data class DiscordMentionedChannel(val id: Snowflake, val guildId: Snowflake, val type: ChannelType, val name: String)(source)
A representation of a Discord Channel Mention structure.
Parameters
id
The id of the channel.
guildId
The id of the guild containing the channel.
type
The type of channel.
name
the name of the channel.