toggle menu
kord
0.16.0-SNAPSHOT
common
switch theme
search in API
kord-core
/
dev.kord.core.cache.data
/
MessageInteractionData
Message
Interaction
Data
@
Serializable
data
class
MessageInteractionData
(
val
id
:
Snowflake
,
val
type
:
InteractionType
,
val
name
:
String
,
val
user
:
Snowflake
)
(
source
)
Members
Constructors
Message
Interaction
Data
Link copied to clipboard
constructor
(
id
:
Snowflake
,
type
:
InteractionType
,
name
:
String
,
user
:
Snowflake
)
Types
Companion
Link copied to clipboard
object
Companion
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
:
Snowflake