#include </home/runner/work/tdlib-obf/tdlib-obf/td/generate/auto/td/telegram/td_api.h>
|
| int32 | width_ |
| | Thumbnail width, usually doesn't exceed 40.
|
| |
| int32 | height_ |
| | Thumbnail height, usually doesn't exceed 40.
|
| |
| bytes | data_ |
| | The thumbnail in JPEG format.
|
| |
|
| static const std::int32_t | ID = -328540758 |
| | Identifier uniquely determining a type of the object.
|
| |
Thumbnail image of a very poor quality and low resolution.
Definition at line 45999 of file td_api.h.
◆ minithumbnail() [1/2]
| td::td_api::minithumbnail::minithumbnail |
( |
| ) |
|
Thumbnail image of a very poor quality and low resolution.
◆ minithumbnail() [2/2]
| td::td_api::minithumbnail::minithumbnail |
( |
int32 |
width_, |
|
|
int32 |
height_, |
|
|
bytes const & |
data_ |
|
) |
| |
Thumbnail image of a very poor quality and low resolution.
- Parameters
-
| [in] | width_ | Thumbnail width, usually doesn't exceed 40. |
| [in] | height_ | Thumbnail height, usually doesn't exceed 40. |
| [in] | data_ | The thumbnail in JPEG format. |
◆ store()
| void td::td_api::minithumbnail::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.
◆ data_
| bytes td::td_api::minithumbnail::data_ |
The thumbnail in JPEG format.
Definition at line 46014 of file td_api.h.
◆ height_
| int32 td::td_api::minithumbnail::height_ |
Thumbnail height, usually doesn't exceed 40.
Definition at line 46012 of file td_api.h.
◆ ID
| const std::int32_t td::td_api::minithumbnail::ID = -328540758 |
|
static |
Identifier uniquely determining a type of the object.
Definition at line 46031 of file td_api.h.
◆ width_
| int32 td::td_api::minithumbnail::width_ |
Thumbnail width, usually doesn't exceed 40.
Definition at line 46010 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