Property Name
- Namespace
 - DSharpPlus.Entities
 
- Assembly
 - DSharpPlus.dll
 
Name
The name of the emoji to use. Ignored if Id is set.
[JsonProperty("name", NullValueHandling = NullValueHandling.Ignore)]
public string Name { get; set; }
The name of the emoji to use. Ignored if Id is set.
[JsonProperty("name", NullValueHandling = NullValueHandling.Ignore)]
public string Name { get; set; }