Enum StickerFormatType
- Namespace
- Discord
- Assembly
- Discord.Net.Core.dll
Defines the types of formats for stickers.
public enum StickerFormatType
Fields
Apng = 2
The sticker format type is apng.
Gif = 4
The sticker format type is gif.
Lottie = 3
The sticker format type is lottie.
None = 0
Default value for a sticker format type.
Png = 1
The sticker format type is png.