Interface ChatPhotoStickerTypeRegularOrMask

Describes type of sticker, which was used to create a chat photo. Subtype of ChatPhotoStickerType.

interface ChatPhotoStickerTypeRegularOrMask {
    @type: "chatPhotoStickerTypeRegularOrMask";
    sticker_id: string;
    sticker_set_id: string;
}

Properties

@type: "chatPhotoStickerTypeRegularOrMask"
sticker_id: string

Identifier of the sticker in the set.

sticker_set_id: string

Sticker set identifier.