Link Search Menu Expand Document

Constructor: videoSizeStickerMarkup

Back to constructors index

An animated profile picture based on a sticker.

Attributes:

NameTypeRequiredDescription
stickersetInputStickerSetOptionalStickerset
sticker_idlongYesSticker ID
background_colorsArray of intYes1, 2, 3 or 4 RBG-24 colors used to generate a solid (1), gradient (2) or freeform gradient (3, 4) background, similar to how fill wallpapers are generated. The rotation angle for gradient backgrounds is 0.

Type: VideoSize

Example:

$videoSizeStickerMarkup = ['_' => 'videoSizeStickerMarkup', 'stickerset' => InputStickerSet, 'sticker_id' => long, 'background_colors' => [int, int]];