|
TDLib
|
Public Member Functions | |
| story (int32 id_, int53 poster_chat_id_, object_ptr< MessageSender > &&poster_id_, int32 date_, bool is_being_posted_, bool is_being_edited_, bool is_edited_, bool is_posted_to_chat_page_, bool is_visible_only_for_self_, bool can_be_added_to_album_, bool can_be_deleted_, bool can_be_edited_, bool can_be_forwarded_, bool can_be_replied_, bool can_set_privacy_settings_, bool can_toggle_is_posted_to_chat_page_, bool can_get_statistics_, bool can_get_interactions_, bool has_expired_viewers_, object_ptr< storyRepostInfo > &&repost_info_, object_ptr< storyInteractionInfo > &&interaction_info_, object_ptr< ReactionType > &&chosen_reaction_type_, object_ptr< StoryPrivacySettings > &&privacy_settings_, object_ptr< StoryContent > &&content_, array< object_ptr< storyArea > > &&areas_, object_ptr< formattedText > &&caption_, array< int32 > &&album_ids_) | |
| void | store (TlStorerToString &s, const char *field_name) const final |
| Public Member Functions inherited from td::TlObject | |
| virtual void | store (TlStorerUnsafe &s) const |
| virtual void | store (TlStorerCalcLength &s) const |
| TlObject ()=default | |
| TlObject (const TlObject &)=delete | |
| TlObject & | operator= (const TlObject &)=delete |
| TlObject (TlObject &&)=default | |
| TlObject & | operator= (TlObject &&)=default |
| virtual | ~TlObject ()=default |
Public Attributes | |
| int32 | id_ |
| int53 | poster_chat_id_ |
| object_ptr< MessageSender > | poster_id_ |
| int32 | date_ |
| bool | is_being_posted_ |
| bool | is_being_edited_ |
| bool | is_edited_ |
| bool | is_posted_to_chat_page_ |
| bool | is_visible_only_for_self_ |
| bool | can_be_added_to_album_ |
| bool | can_be_deleted_ |
| bool | can_be_edited_ |
| bool | can_be_forwarded_ |
| bool | can_be_replied_ |
| bool | can_set_privacy_settings_ |
| bool | can_toggle_is_posted_to_chat_page_ |
| bool | can_get_statistics_ |
| bool | can_get_interactions_ |
| bool | has_expired_viewers_ |
| object_ptr< storyRepostInfo > | repost_info_ |
| object_ptr< storyInteractionInfo > | interaction_info_ |
| object_ptr< ReactionType > | chosen_reaction_type_ |
| object_ptr< StoryPrivacySettings > | privacy_settings_ |
| object_ptr< StoryContent > | content_ |
| array< object_ptr< storyArea > > | areas_ |
| object_ptr< formattedText > | caption_ |
| array< int32 > | album_ids_ |
Static Public Attributes | |
| static const std::int32_t | ID = -1551193142 |
|
finalvirtual |
Helper function for the to_string method. Appends a string representation of the object to the storer.
| [in] | s | Storer to which the object string representation will be appended. |
| [in] | field_name | Object field_name if applicable. |
Implements td::TlObject.