Class StickerProperties
Represents a class used to modify stickers.
Assembly: Discord.Net.Core.dll​
View Source​
Declaration
public class StickerProperties
Properties​
Name​
Gets or sets the name of the sticker.
View Source​
Declaration
public Optional<string> Name { get; set; }
Description​
Gets or sets the description of the sticker.
View Source​
Declaration
public Optional<string> Description { get; set; }
Tags​
Gets or sets the tags of the sticker.
View Source​
Declaration
public Optional<IEnumerable<string>> Tags { get; set; }