export enum StickerType { STANDARD = 1, GUILD = 2, } export enum StickerFormatType { PNG = 1, APNG = 2, LOTTIE = 3, GIF = 4, }