Enum StickerFormatType
Defines the types of formats for stickers.
Namespace: Discord
Assembly: Discord.Net.Core.dll
Syntax
public enum StickerFormatType : int
Fields
Name | Description |
---|---|
Apng | The sticker format type is apng. |
Lottie | The sticker format type is lottie. |
None | Default value for a sticker format type. |
Png | The sticker format type is png. |