Support "MESSAGE_REACTION_REMOVE_ALL" dispatch
This commit is contained in:
@@ -0,0 +1,12 @@
|
||||
using Newtonsoft.Json;
|
||||
|
||||
namespace Discord.API.Gateway
|
||||
{
|
||||
public class RemoveAllReactionsEvent
|
||||
{
|
||||
[JsonProperty("channel_id")]
|
||||
public ulong ChannelId { get; set; }
|
||||
[JsonProperty("message_id")]
|
||||
public ulong MessageId { get; set; }
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user