#include </home/runner/work/tdlib-obf/tdlib-obf/td/generate/auto/td/telegram/td_api.h>
|
| static const std::int32_t | ID = 1609182352 |
| | Identifier uniquely determining a type of the object.
|
| |
Describes an image in JPEG format.
Definition at line 51992 of file td_api.h.
◆ photoSize() [1/2]
| td::td_api::photoSize::photoSize |
( |
| ) |
|
Describes an image in JPEG format.
◆ photoSize() [2/2]
Describes an image in JPEG format.
- Parameters
-
| [in] | type_ | Image type (see https://core.telegram.org/constructor/photoSize). |
| [in] | photo_ | Information about the image file. |
| [in] | width_ | Image width. |
| [in] | height_ | Image height. |
| [in] | progressive_sizes_ | Sizes of progressive JPEG file prefixes, which can be used to preliminarily show the image; in bytes. |
◆ store()
| void td::td_api::photoSize::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.
◆ height_
| int32 td::td_api::photoSize::height_ |
◆ ID
| const std::int32_t td::td_api::photoSize::ID = 1609182352 |
|
static |
Identifier uniquely determining a type of the object.
Definition at line 52030 of file td_api.h.
◆ photo_
Information about the image file.
Definition at line 52005 of file td_api.h.
◆ progressive_sizes_
| array<int32> td::td_api::photoSize::progressive_sizes_ |
Sizes of progressive JPEG file prefixes, which can be used to preliminarily show the image; in bytes.
Definition at line 52011 of file td_api.h.
◆ type_
| string td::td_api::photoSize::type_ |
◆ width_
| int32 td::td_api::photoSize::width_ |
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