Interface StickerTypeRegular

Describes type of sticker. Subtype of StickerType.

interface StickerTypeRegular {
    @type: "stickerTypeRegular";
}

Properties

Properties

@type: "stickerTypeRegular"