Interface StickerFullTypeRegular

Contains full information about sticker type. Subtype of StickerFullType.

interface StickerFullTypeRegular {
    @type: "stickerFullTypeRegular";
    premium_animation: File;
}

Properties

@type: "stickerFullTypeRegular"
premium_animation: File

Premium animation of the sticker; may be null. If present, only Telegram Premium users can use the sticker.