Inherits LinkPreviewType.
The link is a link to a video.
Public Fields | |
| object_ptr< video > | video_ |
| The video description. | |
| object_ptr< photo > | cover_ |
| Cover of the video; may be null if none. | |
| int32 | start_timestamp_ |
| Timestamp from which the video playing must start, in seconds. | |
Public Instance Methods | |
| linkPreviewTypeVideo () | |
| linkPreviewTypeVideo (object_ptr< video > &&video_, object_ptr< photo > &&cover_, int32 start_timestamp_) | |
| void | store (TlStorerToString &s, const char *field_name) const final |
Public Instance Methods inherited from TlObject | |
| virtual void | store (TlStorerUnsafe &s) const |
| virtual void | store (TlStorerCalcLength &s) const |
| TlObject ()=default | |
| TlObject (const TlObject &)=delete | |
| TlObject & | operator= (const TlObject &)=delete |
| TlObject (TlObject &&)=default | |
| TlObject & | operator= (TlObject &&)=default |
| virtual | ~TlObject ()=default |
Static Public Attributes | |
| static const std::int32_t | ID = 1573057926 |
| Identifier uniquely determining a type of the object. | |
The link is a link to a video.
| linkPreviewTypeVideo | ( | object_ptr< video > && | video_, |
| object_ptr< photo > && | cover_, | ||
| int32 | start_timestamp_ | ||
| ) |
The link is a link to a video.
| [in] | video_ | The video description. |
| [in] | cover_ | Cover of the video; may be null if none. |
| [in] | start_timestamp_ | Timestamp from which the video playing must start, in seconds. |
|
finalvirtual |