kord
Toggle table of contents
or(map(map(map(map(valueof(ProcessOutputValueSource))))), map(map(map(map(valueof(ProcessOutputValueSource))))))
common
Platform filter
common
Switch theme
Search in API
kord
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