updateNewAuthorization
A new session logged into the current user's account through an unknown device.
type tg.UpdateNewAuthorization struct { /* ... */ }
Implements Update.
Fields
| Name | Type | Required | Description |
|---|---|---|---|
Unconfirmed | bool | — | Whether the session is unconfirmed, see here » for more info. |
Hash | int64 | yes | Hash used for caching, for more info click here |
Date | int | — | Authorization date |
Device | string | — | Name of device, for example Android |
Location | string | — | Location, for example USA, NY (IP=1.2.3.4) |
References
- Official documentation
- Generated Go reference
- TL definition:
updateNewAuthorization#8951abef