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

Public Member Functions

 messageProperties (bool can_add_offer_, bool can_add_tasks_, bool can_be_approved_, bool can_be_copied_, bool can_be_copied_to_secret_chat_, bool can_be_declined_, bool can_be_deleted_only_for_self_, bool can_be_deleted_for_all_users_, bool can_be_edited_, bool can_be_forwarded_, bool can_be_paid_, bool can_be_pinned_, bool can_be_replied_, bool can_be_replied_in_another_chat_, bool can_be_saved_, bool can_be_shared_in_story_, bool can_delete_reactions_, bool can_edit_media_, bool can_edit_scheduling_state_, bool can_edit_suggested_post_info_, bool can_get_author_, bool can_get_embedding_code_, bool can_get_link_, bool can_get_media_timestamp_links_, bool can_get_message_thread_, bool can_get_poll_vote_statistics_, bool can_get_read_date_, bool can_get_statistics_, bool can_get_video_advertisements_, bool can_get_viewers_, bool can_mark_tasks_as_done_, bool can_recognize_speech_, bool can_report_chat_, bool can_report_reactions_, bool can_report_supergroup_spam_, bool can_set_fact_check_, bool has_protected_content_by_current_user_, bool has_protected_content_by_other_user_, bool need_show_statistics_)
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

bool can_add_offer_
bool can_add_tasks_
bool can_be_approved_
bool can_be_copied_
bool can_be_copied_to_secret_chat_
bool can_be_declined_
bool can_be_deleted_only_for_self_
bool can_be_deleted_for_all_users_
bool can_be_edited_
bool can_be_forwarded_
bool can_be_paid_
bool can_be_pinned_
bool can_be_replied_
bool can_be_replied_in_another_chat_
bool can_be_saved_
bool can_be_shared_in_story_
bool can_delete_reactions_
bool can_edit_media_
bool can_edit_scheduling_state_
bool can_edit_suggested_post_info_
bool can_get_author_
bool can_get_embedding_code_
bool can_get_link_
bool can_get_media_timestamp_links_
bool can_get_message_thread_
bool can_get_poll_vote_statistics_
bool can_get_read_date_
bool can_get_statistics_
bool can_get_video_advertisements_
bool can_get_viewers_
bool can_mark_tasks_as_done_
bool can_recognize_speech_
bool can_report_chat_
bool can_report_reactions_
bool can_report_supergroup_spam_
bool can_set_fact_check_
bool has_protected_content_by_current_user_
bool has_protected_content_by_other_user_
bool need_show_statistics_

Static Public Attributes

static const std::int32_t ID = -688751636

Member Function Documentation

◆ store()

void td::td_api::messageProperties::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: