toggle menu
kord
0.16.0-SNAPSHOT
common
switch theme
search in API
kord-common
/
dev.kord.common.entity
/
DiscordMessageInteraction
Discord
Message
Interaction
@
Serializable
data
class
DiscordMessageInteraction
(
val
id
:
Snowflake
,
val
type
:
InteractionType
,
val
name
:
String
,
val
user
:
DiscordUser
)
(
source
)
Members
Constructors
Discord
Message
Interaction
Link copied to clipboard
constructor
(
id
:
Snowflake
,
type
:
InteractionType
,
name
:
String
,
user
:
DiscordUser
)
Properties
id
Link copied to clipboard
val
id
:
Snowflake
name
Link copied to clipboard
val
name
:
String
type
Link copied to clipboard
val
type
:
InteractionType
user
Link copied to clipboard
val
user
:
DiscordUser