Table of Contents

Class MessageReactionAddEventArgs

Namespace
NetCord.Gateway
Assembly
NetCord.dll
public class MessageReactionAddEventArgs : IJsonModel<JsonMessageReactionAddEventArgs>
Inheritance
MessageReactionAddEventArgs
Implements
Inherited Members

Constructors

MessageReactionAddEventArgs(JsonMessageReactionAddEventArgs, RestClient)

public MessageReactionAddEventArgs(JsonMessageReactionAddEventArgs jsonModel, RestClient client)

Parameters

jsonModel JsonMessageReactionAddEventArgs
client RestClient

Properties

Burst

public bool Burst { get; }

Property Value

bool

BurstColors

public IReadOnlyList<Color> BurstColors { get; }

Property Value

IReadOnlyList<Color>

ChannelId

public ulong ChannelId { get; }

Property Value

ulong

Emoji

public MessageReactionEmoji Emoji { get; }

Property Value

MessageReactionEmoji

GuildId

public ulong? GuildId { get; }

Property Value

ulong?

MessageAuthorId

public ulong? MessageAuthorId { get; }

Property Value

ulong?

MessageId

public ulong MessageId { get; }

Property Value

ulong

Type

public ReactionType Type { get; }

Property Value

ReactionType

User

public GuildUser? User { get; }

Property Value

GuildUser

UserId

public ulong UserId { get; }

Property Value

ulong