|
|
| session (int64 id_, bool is_current_, bool is_password_pending_, bool is_unconfirmed_, bool can_accept_secret_chats_, bool can_accept_calls_, object_ptr< SessionDeviceType > &&device_type_, int32 api_id_, string const &application_name_, string const &application_version_, bool is_official_application_, string const &device_model_, string const &platform_, string const &system_version_, int32 log_in_date_, int32 last_active_date_, string const &ip_address_, string const &location_) |
| 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 |
|
|
int64 | id_ |
|
bool | is_current_ |
|
bool | is_password_pending_ |
|
bool | is_unconfirmed_ |
|
bool | can_accept_secret_chats_ |
|
bool | can_accept_calls_ |
|
object_ptr< SessionDeviceType > | device_type_ |
|
int32 | api_id_ |
|
string | application_name_ |
|
string | application_version_ |
|
bool | is_official_application_ |
|
string | device_model_ |
|
string | platform_ |
|
string | system_version_ |
|
int32 | log_in_date_ |
|
int32 | last_active_date_ |
|
string | ip_address_ |
|
string | location_ |
|
|
static const std::int32_t | ID = -1735799561 |
◆ store()
| void td::td_api::session::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: