#include </home/runner/work/tdlib-obf/tdlib-obf/td/generate/auto/td/telegram/td_api.h>
|
| static const std::int32_t | ID = 952522912 |
| | Identifier uniquely determining a type of the object.
|
| |
A video message.
Definition at line 39214 of file td_api.h.
◆ messageVideo() [1/2]
| td::td_api::messageVideo::messageVideo |
( |
| ) |
|
◆ messageVideo() [2/2]
A video message.
- Parameters
-
| [in] | video_ | The video description. |
| [in] | alternative_videos_ | Alternative qualities of the video. |
| [in] | storyboards_ | Available storyboards for the video. |
| [in] | cover_ | Cover of the video; may be null if none. |
| [in] | start_timestamp_ | Timestamp from which the video playing must start, in seconds. |
| [in] | caption_ | Video caption. |
| [in] | show_caption_above_media_ | True, if the caption must be shown above the video; otherwise, the caption must be shown below the video. |
| [in] | has_spoiler_ | True, if the video preview must be covered by a spoiler animation. |
| [in] | is_secret_ | True, if the video thumbnail must be blurred and the video must be shown only while tapped. |
◆ store()
| void td::td_api::messageVideo::store |
( |
TlStorerToString & |
s, |
|
|
const char * |
field_name |
|
) |
| const |
|
finalvirtual |
Helper function for to_string method. Appends string representation of the object to the storer.
- Parameters
-
| [in] | s | Storer to which object string representation will be appended. |
| [in] | field_name | Object field_name if applicable. |
Implements td::TlObject.
◆ alternative_videos_
Alternative qualities of the video.
Definition at line 39227 of file td_api.h.
◆ caption_
◆ cover_
Cover of the video; may be null if none.
Definition at line 39231 of file td_api.h.
◆ has_spoiler_
| bool td::td_api::messageVideo::has_spoiler_ |
True, if the video preview must be covered by a spoiler animation.
Definition at line 39239 of file td_api.h.
◆ ID
| const std::int32_t td::td_api::messageVideo::ID = 952522912 |
|
static |
Identifier uniquely determining a type of the object.
Definition at line 39264 of file td_api.h.
◆ is_secret_
| bool td::td_api::messageVideo::is_secret_ |
True, if the video thumbnail must be blurred and the video must be shown only while tapped.
Definition at line 39241 of file td_api.h.
◆ show_caption_above_media_
| bool td::td_api::messageVideo::show_caption_above_media_ |
True, if the caption must be shown above the video; otherwise, the caption must be shown below the video.
Definition at line 39237 of file td_api.h.
◆ start_timestamp_
| int32 td::td_api::messageVideo::start_timestamp_ |
Timestamp from which the video playing must start, in seconds.
Definition at line 39233 of file td_api.h.
◆ storyboards_
Available storyboards for the video.
Definition at line 39229 of file td_api.h.
◆ video_
The video description.
Definition at line 39225 of file td_api.h.
The documentation for this class was generated from the following file:
- /home/runner/work/tdlib-obf/tdlib-obf/td/generate/auto/td/telegram/td_api.h