|
|
| user (int53 id_, string const &first_name_, string const &last_name_, object_ptr< usernames > &&usernames_, string const &phone_number_, object_ptr< UserStatus > &&status_, object_ptr< profilePhoto > &&profile_photo_, int32 accent_color_id_, int64 background_custom_emoji_id_, object_ptr< upgradedGiftColors > &&upgraded_gift_colors_, int32 profile_accent_color_id_, int64 profile_background_custom_emoji_id_, object_ptr< emojiStatus > &&emoji_status_, bool is_contact_, bool is_mutual_contact_, bool is_close_friend_, object_ptr< verificationStatus > &&verification_status_, bool is_premium_, bool is_support_, object_ptr< restrictionInfo > &&restriction_info_, object_ptr< ActiveStoryState > &&active_story_state_, bool restricts_new_chats_, int53 paid_message_star_count_, bool have_access_, object_ptr< UserType > &&type_, string const &language_code_, bool added_to_attachment_menu_) |
| void | store (TlStorerToString &s, const char *field_name) const final |
| 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 |
|
|
int53 | id_ |
|
string | first_name_ |
|
string | last_name_ |
|
object_ptr< usernames > | usernames_ |
|
string | phone_number_ |
|
object_ptr< UserStatus > | status_ |
|
object_ptr< profilePhoto > | profile_photo_ |
|
int32 | accent_color_id_ |
|
int64 | background_custom_emoji_id_ |
|
object_ptr< upgradedGiftColors > | upgraded_gift_colors_ |
|
int32 | profile_accent_color_id_ |
|
int64 | profile_background_custom_emoji_id_ |
|
object_ptr< emojiStatus > | emoji_status_ |
|
bool | is_contact_ |
|
bool | is_mutual_contact_ |
|
bool | is_close_friend_ |
|
object_ptr< verificationStatus > | verification_status_ |
|
bool | is_premium_ |
|
bool | is_support_ |
|
object_ptr< restrictionInfo > | restriction_info_ |
|
object_ptr< ActiveStoryState > | active_story_state_ |
|
bool | restricts_new_chats_ |
|
int53 | paid_message_star_count_ |
|
bool | have_access_ |
|
object_ptr< UserType > | type_ |
|
string | language_code_ |
|
bool | added_to_attachment_menu_ |
|
|
static const std::int32_t | ID = 1874921182 |
◆ store()
| void td::td_api::user::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] | s | Storer to which the object string representation will be appended. |
| [in] | field_name | Object field_name if applicable. |
Implements td::TlObject.
The documentation for this class was generated from the following file: