Enum StickerType
Represents a type of sticker..
Assembly: Discord.Net.Core.dll​
View Source​
Declaration
public enum StickerType
Fields​
Standard​
Represents a discord standard sticker, this type of sticker cannot be modified by an application.
View Source​
Declaration
Standard = 1
Guild​
Represents a sticker that was created within a guild.
View Source​
Declaration
Guild = 2