Class JsonEmoji
- Namespace
- NetCord.JsonModels
- Assembly
- NetCord.dll
- Inheritance
-
JsonEmoji
- Inherited Members
-
Constructors
JsonEmoji()
Properties
AllowedRoles
[JsonPropertyName("roles")]
public ulong[]? AllowedRoles { get; set; }
Property Value
- ulong[]
Animated
[JsonPropertyName("animated")]
public bool Animated { get; set; }
Property Value
- bool
Available
[JsonPropertyName("available")]
public bool? Available { get; set; }
Property Value
- bool?
Creator
[JsonPropertyName("user")]
public JsonUser? Creator { get; set; }
Property Value
- JsonUser
Id
[JsonPropertyName("id")]
public ulong? Id { get; set; }
Property Value
- ulong?
Managed
[JsonPropertyName("managed")]
public bool? Managed { get; set; }
Property Value
- bool?
Name
[JsonPropertyName("name")]
public string? Name { get; set; }
Property Value
- string
RequireColons
[JsonPropertyName("require_colons")]
public bool? RequireColons { get; set; }
Property Value
- bool?