Enum StickerFormatType
Defines the types of formats for stickers.
Assembly: Discord.Net.Core.dll​
View Source​
Declaration
public enum StickerFormatType
Fields​
None​
Default value for a sticker format type.
View Source​
Declaration
None = 0
Png​
The sticker format type is png.
View Source​
Declaration
Png = 1
Apng​
The sticker format type is apng.
View Source​
Declaration
Apng = 2
Lottie​
The sticker format type is lottie.
View Source​
Declaration
Lottie = 3