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-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