Class EmoteProperties
Provides properties that are used to modify an Discord.Emote with the specified changes.
Assembly: Discord.Net.Core.dll​
View Source​
Declaration
public class EmoteProperties
Properties​
Name​
Gets or sets the name of the Discord.Emote.
View Source​
Declaration
public Optional<string> Name { get; set; }
Roles​
Gets or sets the roles that can access this Discord.Emote.
View Source​
Declaration
public Optional<IEnumerable<IRole>> Roles { get; set; }