View Source ExTDLib.Object.UnconfirmedSession (ExTDLib v0.0.4)
Contains information about an unconfirmed session.
| Name | Type | Description |
|---|---|---|
| id | string | Session identifier. |
| log_in_date | number | Point in time (Unix timestamp) when the user has logged in. |
| device_model | string | Model of the device that was used for the session creation, as provided by the application. |
| location | string | A human-readable description of the location from which the session was created, based on the IP address. |
More details on telegram's documentation.