- API ›
- Constructors ›
- VideoSizeStickerMarkup
VideoSizeStickerMarkup
---types--- videoSizeStickerMarkup#0da082fe stickerset:InputStickerSet sticker_id:long background_colors:Vector<int> = VideoSize
Belongs to
| VideoSize |
In Rust this constructor is a variant of the enums::VideoSize enum.
Match on it with: if let enums::VideoSize::VideoSizeStickerMarkup(v) = result { ... }
Parameters
| stickerset | InputStickerSet | required |
| sticker_id | long | required |
| background_colors | Vector<int> | required |
Used by
| UploadContactProfilePhoto |
| UploadProfilePhoto |