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.

Constructors

Link copied to clipboard
constructor(id: Snowflake, guildId: Snowflake, type: ChannelType, name: String)

Properties

Link copied to clipboard
@SerialName(value = "guild_id")
val guildId: Snowflake
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard