#include </home/runner/work/tdlib-obf/tdlib-obf/td/generate/auto/td/telegram/td_api.h>
|
| static const std::int32_t | ID = 281195686 |
| | Identifier uniquely determining a type of the object.
|
| |
Contains basic information about the photo of a chat.
Definition at line 14897 of file td_api.h.
◆ chatPhotoInfo() [1/2]
| td::td_api::chatPhotoInfo::chatPhotoInfo |
( |
| ) |
|
Contains basic information about the photo of a chat.
◆ chatPhotoInfo() [2/2]
Contains basic information about the photo of a chat.
- Parameters
-
| [in] | small_ | A small (160x160) chat photo variant in JPEG format. The file can be downloaded only before the photo is changed. |
| [in] | big_ | A big (640x640) chat photo variant in JPEG format. The file can be downloaded only before the photo is changed. |
| [in] | minithumbnail_ | Chat photo minithumbnail; may be null. |
| [in] | has_animation_ | True, if the photo has animated variant. |
| [in] | is_personal_ | True, if the photo is visible only for the current user. |
◆ store()
| void td::td_api::chatPhotoInfo::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.
◆ big_
A big (640x640) chat photo variant in JPEG format. The file can be downloaded only before the photo is changed.
Definition at line 14910 of file td_api.h.
◆ has_animation_
| bool td::td_api::chatPhotoInfo::has_animation_ |
True, if the photo has animated variant.
Definition at line 14914 of file td_api.h.
◆ ID
| const std::int32_t td::td_api::chatPhotoInfo::ID = 281195686 |
|
static |
Identifier uniquely determining a type of the object.
Definition at line 14935 of file td_api.h.
◆ is_personal_
| bool td::td_api::chatPhotoInfo::is_personal_ |
True, if the photo is visible only for the current user.
Definition at line 14916 of file td_api.h.
◆ minithumbnail_
Chat photo minithumbnail; may be null.
Definition at line 14912 of file td_api.h.
◆ small_
A small (160x160) chat photo variant in JPEG format. The file can be downloaded only before the photo is changed.
Definition at line 14908 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