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
/
DefaultReaction
Default
Reaction
@
Serializable
data
class
DefaultReaction
(
val
emojiId
:
Snowflake
?
,
val
emojiName
:
String
?
)
(
source
)
Members
Constructors
Default
Reaction
Link copied to clipboard
constructor
(
emojiId
:
Snowflake
?
,
emojiName
:
String
?
)
Properties
emoji
Id
Link copied to clipboard
@
SerialName
(
value
=
"emoji_id"
)
val
emojiId
:
Snowflake
?
emoji
Name
Link copied to clipboard
@
SerialName
(
value
=
"emoji_name"
)
val
emojiName
:
String
?