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