Interface InputChatPhotoSticker

A sticker on a custom background. Subtype of InputChatPhoto.

interface InputChatPhotoSticker {
    @type: "inputChatPhotoSticker";
    sticker: ChatPhotoSticker;
}

Properties

Properties

@type: "inputChatPhotoSticker"

Information about the sticker.