export enum StickerType { STANDARD = 1, GUILD = 2, } export enum StickerFormatType { GIF = 0, // gif is a custom format type and not in discord spec PNG = 1, APNG = 2, LOTTIE = 3, }