interface StickerItem {
    format_type: StickerFormatTypes;
    id: string;
    name: string;
}

Properties

Properties

format_type: StickerFormatTypes
id: string
name: string