toggle menu
kord
0.16.0-SNAPSHOT
common
switch theme
search in API
kord-core
/
dev.kord.core.cache.data
/
RemovedReactionData
Removed
Reaction
Data
@
Serializable
data
class
RemovedReactionData
(
val
id
:
Snowflake
?
=
null
,
val
name
:
String
?
)
(
source
)
Members
Constructors
Removed
Reaction
Data
Link copied to clipboard
constructor
(
id
:
Snowflake
?
=
null
,
name
:
String
?
)
Types
Companion
Link copied to clipboard
object
Companion
Properties
id
Link copied to clipboard
val
id
:
Snowflake
?
=
null
name
Link copied to clipboard
val
name
:
String
?