Layer 220
VideoSizeStickerMarkup
An animated profile picture based on a sticker.
constructor
videoSizeStickerMarkup#da082fe stickerset:InputStickerSet sticker_id:long background_colors:Vector<int> = VideoSize;
Parameters
| Name | Type | Description |
|---|---|---|
| Stickerset | InputStickerSet | Stickerset |
| StickerId | long | Sticker ID |
| BackgroundColors | Vector<int> | 1, 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. |
Returns
VideoSizeGogram Example
// Creating VideoSizeStickerMarkup constructor obj := &tg.VideoSizeStickerMarkup{ Stickerset: &tg.InputStickerSet{}, StickerId: int64(0), BackgroundColors: []int{}, }