pageBlockVideo
Video
type tg.PageBlockVideo struct { /* ... */ }
Implements PageBlock.
Fields
| Name | Type | Required | Description |
|---|---|---|---|
Autoplay | bool | — | Whether the video is set to autoplay |
Loop | bool | — | Whether the video is set to loop |
Spoiler | bool | — | Spoiler field of PageBlockVideo. |
VideoID | int64 | yes | Video ID |
Caption | PageCaption | yes | Caption |
References
- Official documentation
- Generated Go reference
- TL definition:
pageBlockVideo#7c8fe7b6