Layer 227
PageBlockVideo
Video
constructor
pageBlockVideo#7c8fe7b6 flags:# autoplay:flags.0?true loop:flags.1?true video_id:long caption:PageCaption = PageBlock;
Parameters
| Name | Type | Description |
|---|---|---|
| Autoplay | flags .0? true | Whether the video is set to autoplay |
| Loop | flags .1? true | Whether the video is set to loop |
| VideoId | long | Video ID |
| Caption | PageCaption | Caption |
Returns
PageBlockGogram Example
// Creating PageBlockVideo constructor obj := &tg.PageBlockVideo{ Autoplay: nil, Loop: nil, VideoId: int64(1234567890), Caption: &tg.PageCaption{}, }