Table of Contents

Class JsonMessageReaction

Namespace
NetCord.JsonModels
Assembly
NetCord.dll
public class JsonMessageReaction
Inheritance
JsonMessageReaction
Inherited Members

Constructors

JsonMessageReaction()

public JsonMessageReaction()

Properties

BurstColors

[JsonPropertyName("burst_colors")]
public Color[] BurstColors { get; set; }

Property Value

Color[]

Count

[JsonPropertyName("count")]
public int Count { get; set; }

Property Value

int

CountDetails

[JsonPropertyName("count_details")]
public JsonMessageReactionCountDetails CountDetails { get; set; }

Property Value

JsonMessageReactionCountDetails

Emoji

[JsonPropertyName("emoji")]
public JsonEmoji Emoji { get; set; }

Property Value

JsonEmoji

Me

[JsonPropertyName("me")]
public bool Me { get; set; }

Property Value

bool

MeBurst

[JsonPropertyName("me_burst")]
public bool MeBurst { get; set; }

Property Value

bool