TDLib
Loading...
Searching...
No Matches
td::td_api::story Class Referencefinal
Inheritance diagram for td::td_api::story:
td::td_api::Object td::TlObject

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
TlObjectoperator= (const TlObject &)=delete
 TlObject (TlObject &&)=default
TlObjectoperator= (TlObject &&)=default
virtual ~TlObject ()=default

Public Attributes

int32 id_
int53 poster_chat_id_
object_ptr< MessageSenderposter_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< storyRepostInforepost_info_
object_ptr< storyInteractionInfointeraction_info_
object_ptr< ReactionTypechosen_reaction_type_
object_ptr< StoryPrivacySettingsprivacy_settings_
object_ptr< StoryContentcontent_
array< object_ptr< storyArea > > areas_
object_ptr< formattedTextcaption_
array< int32 > album_ids_

Static Public Attributes

static const std::int32_t ID = -1551193142

Member Function Documentation

◆ store()

void td::td_api::story::store ( TlStorerToString & s,
const char * field_name ) const
finalvirtual

Helper function for the to_string method. Appends a string representation of the object to the storer.

Parameters
[in]sStorer to which the object string representation will be appended.
[in]field_nameObject field_name if applicable.

Implements td::TlObject.


The documentation for this class was generated from the following file: