Table of Contents

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.

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.