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

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

Public Attributes

object_ptr< chatPhotopersonal_photo_
object_ptr< chatPhotophoto_
object_ptr< chatPhotopublic_photo_
int53 community_id_
object_ptr< BlockListblock_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< formattedTextbio_
object_ptr< birthdatebirthdate_
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< giftSettingsgift_settings_
object_ptr< botVerificationbot_verification_
object_ptr< ProfileTabmain_profile_tab_
object_ptr< audiofirst_profile_audio_
object_ptr< userRatingrating_
object_ptr< userRatingpending_rating_
int32 pending_rating_date_
object_ptr< formattedTextnote_
object_ptr< businessInfobusiness_info_
object_ptr< botInfobot_info_

Static Public Attributes

static const std::int32_t ID = -852016007

Member Function Documentation

◆ store()

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