Class MessageReactionRemoveAllEventArgs
public class MessageReactionRemoveAllEventArgs : IJsonModel<JsonMessageReactionRemoveAllEventArgs>
- Inheritance
-
MessageReactionRemoveAllEventArgs
- Implements
- Inherited Members
Constructors
MessageReactionRemoveAllEventArgs(JsonMessageReactionRemoveAllEventArgs)
public MessageReactionRemoveAllEventArgs(JsonMessageReactionRemoveAllEventArgs jsonModel)
Parameters
jsonModel
JsonMessageReactionRemoveAllEventArgs
Properties
ChannelId
public ulong ChannelId { get; }
Property Value
GuildId
public ulong? GuildId { get; }
Property Value
MessageId
public ulong MessageId { get; }