Inherits td::td_api::InputStoryContent.
|
|
object_ptr< InputFile > | photo_ |
| | Photo to send. The photo must be at most 10 MB in size. The photo size must be 1080x1920.
|
| |
|
array< int32 > | added_sticker_file_ids_ |
| | File identifiers of the stickers added to the photo, if applicable.
|
| |
|
|
static const std::int32_t | ID = -309196727 |
| | Identifier uniquely determining a type of the object.
|
| |
◆ inputStoryContentPhoto() [1/2]
| td::td_api::inputStoryContentPhoto::inputStoryContentPhoto |
( |
| ) |
|
◆ inputStoryContentPhoto() [2/2]
A photo story.
- Parameters
-
| [in] | photo_ | Photo to send. The photo must be at most 10 MB in size. The photo size must be 1080x1920. |
| [in] | added_sticker_file_ids_ | File identifiers of the stickers added to the photo, if applicable. |
◆ get_id()
| std::int32_t td::td_api::inputStoryContentPhoto::get_id |
( |
| ) |
const |
|
inlinefinalvirtual |
Returns identifier uniquely determining a type of the object.
- Returns
- this->ID.
Implements td::TlObject.
◆ store()
| void td::td_api::inputStoryContentPhoto::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.
The documentation for this class was generated from the following file: