|
TDLib
|
Public Member Functions | |
| userFullInfo (object_ptr< chatPhoto > &&personal_photo_, object_ptr< chatPhoto > &&photo_, object_ptr< chatPhoto > &&public_photo_, int53 community_id_, object_ptr< BlockList > &&block_list_, bool can_be_called_, bool supports_video_calls_, bool has_private_calls_, bool has_private_forwards_, bool has_restricted_voice_and_video_note_messages_, bool has_posted_to_profile_stories_, bool has_sponsored_messages_enabled_, bool need_phone_number_privacy_exception_, bool set_chat_background_, bool uses_unofficial_app_, object_ptr< formattedText > &&bio_, object_ptr< birthdate > &&birthdate_, int53 personal_chat_id_, int32 gift_count_, int32 group_in_common_count_, int53 incoming_paid_message_star_count_, int53 outgoing_paid_message_star_count_, object_ptr< giftSettings > &&gift_settings_, object_ptr< botVerification > &&bot_verification_, object_ptr< ProfileTab > &&main_profile_tab_, object_ptr< audio > &&first_profile_audio_, object_ptr< userRating > &&rating_, object_ptr< userRating > &&pending_rating_, int32 pending_rating_date_, object_ptr< formattedText > &¬e_, object_ptr< businessInfo > &&business_info_, object_ptr< botInfo > &&bot_info_) | |
| 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 | |
| object_ptr< chatPhoto > | personal_photo_ |
| object_ptr< chatPhoto > | photo_ |
| object_ptr< chatPhoto > | public_photo_ |
| int53 | community_id_ |
| object_ptr< BlockList > | block_list_ |
| bool | can_be_called_ |
| bool | supports_video_calls_ |
| bool | has_private_calls_ |
| bool | has_private_forwards_ |
| bool | has_restricted_voice_and_video_note_messages_ |
| bool | has_posted_to_profile_stories_ |
| bool | has_sponsored_messages_enabled_ |
| bool | need_phone_number_privacy_exception_ |
| bool | set_chat_background_ |
| bool | uses_unofficial_app_ |
| object_ptr< formattedText > | bio_ |
| object_ptr< birthdate > | birthdate_ |
| int53 | personal_chat_id_ |
| int32 | gift_count_ |
| int32 | group_in_common_count_ |
| int53 | incoming_paid_message_star_count_ |
| int53 | outgoing_paid_message_star_count_ |
| object_ptr< giftSettings > | gift_settings_ |
| object_ptr< botVerification > | bot_verification_ |
| object_ptr< ProfileTab > | main_profile_tab_ |
| object_ptr< audio > | first_profile_audio_ |
| object_ptr< userRating > | rating_ |
| object_ptr< userRating > | pending_rating_ |
| int32 | pending_rating_date_ |
| object_ptr< formattedText > | note_ |
| object_ptr< businessInfo > | business_info_ |
| object_ptr< botInfo > | bot_info_ |
Static Public Attributes | |
| static const std::int32_t | ID = -852016007 |
|
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.