diskord
5.2.0
common
diskord-core
/
com.jessecorbett.diskord.api.gateway.events
/
MessageReactionRemoveAll
Message
Reaction
Remove
All
@
Serializable
data
class
MessageReactionRemoveAll
(
val
channelId
:
String
,
val
messageId
:
String
,
val
guildId
:
String
?
=
null
)
(
source
)
Members
Constructors
Message
Reaction
Remove
All
Link copied to clipboard
constructor
(
channelId
:
String
,
messageId
:
String
,
guildId
:
String
?
=
null
)
Properties
channel
Id
Link copied to clipboard
@
SerialName
(
value
=
"channel_id"
)
val
channelId
:
String
guild
Id
Link copied to clipboard
@
SerialName
(
value
=
"guild_id"
)
val
guildId
:
String
?
=
null
message
Id
Link copied to clipboard
@
SerialName
(
value
=
"message_id"
)
val
messageId
:
String