Interface ChatPhotoSticker

Information about the sticker, which was used to create the chat photo. The sticker is shown at the center of the photo and occupies at most 67% of it.

interface ChatPhotoSticker {
    @type: "chatPhotoSticker";
    background_fill: BackgroundFill;
    type: ChatPhotoStickerType;
}

Properties

@type: "chatPhotoSticker"
background_fill: BackgroundFill

The fill to be used as background for the sticker; rotation angle in backgroundFillGradient isn't supported.

Type of the sticker.