#include </home/runner/work/tdlib-obf/tdlib-obf/td/generate/auto/td/telegram/td_api.h>
|
| int64 | id_ |
| | Session identifier.
|
| |
| int32 | log_in_date_ |
| | Point in time (Unix timestamp) when the user has logged in.
|
| |
| string | device_model_ |
| | Model of the device that was used for the session creation, as provided by the application.
|
| |
| string | location_ |
| | A human-readable description of the location from which the session was created, based on the IP address.
|
| |
|
| static const std::int32_t | ID = -2062726663 |
| | Identifier uniquely determining a type of the object.
|
| |
Contains information about an unconfirmed session.
Definition at line 75381 of file td_api.h.
◆ unconfirmedSession() [1/2]
| td::td_api::unconfirmedSession::unconfirmedSession |
( |
| ) |
|
Contains information about an unconfirmed session.
◆ unconfirmedSession() [2/2]
| td::td_api::unconfirmedSession::unconfirmedSession |
( |
int64 |
id_, |
|
|
int32 |
log_in_date_, |
|
|
string const & |
device_model_, |
|
|
string const & |
location_ |
|
) |
| |
Contains information about an unconfirmed session.
- Parameters
-
| [in] | id_ | Session identifier. |
| [in] | log_in_date_ | Point in time (Unix timestamp) when the user has logged in. |
| [in] | device_model_ | Model of the device that was used for the session creation, as provided by the application. |
| [in] | location_ | A human-readable description of the location from which the session was created, based on the IP address. |
◆ store()
| void td::td_api::unconfirmedSession::store |
( |
TlStorerToString & |
s, |
|
|
const char * |
field_name |
|
) |
| const |
|
finalvirtual |
Helper function for to_string method. Appends string representation of the object to the storer.
- Parameters
-
| [in] | s | Storer to which object string representation will be appended. |
| [in] | field_name | Object field_name if applicable. |
Implements td::TlObject.
◆ device_model_
| string td::td_api::unconfirmedSession::device_model_ |
Model of the device that was used for the session creation, as provided by the application.
Definition at line 75396 of file td_api.h.
◆ ID
| const std::int32_t td::td_api::unconfirmedSession::ID = -2062726663 |
|
static |
Identifier uniquely determining a type of the object.
Definition at line 75416 of file td_api.h.
◆ id_
| int64 td::td_api::unconfirmedSession::id_ |
◆ location_
| string td::td_api::unconfirmedSession::location_ |
A human-readable description of the location from which the session was created, based on the IP address.
Definition at line 75398 of file td_api.h.
◆ log_in_date_
| int32 td::td_api::unconfirmedSession::log_in_date_ |
Point in time (Unix timestamp) when the user has logged in.
Definition at line 75394 of file td_api.h.
The documentation for this class was generated from the following file:
- /home/runner/work/tdlib-obf/tdlib-obf/td/generate/auto/td/telegram/td_api.h