Interface DeleteStickerSet

Completely deletes a sticker set. Request type for Tdjson#deleteStickerSet.

interface DeleteStickerSet {
    @type: "deleteStickerSet";
    name: string;
}

Properties

Properties

@type: "deleteStickerSet"
name: string

Sticker set name. The sticker set must be owned by the current user.