View Source ExTDLib.Object.ConnectedWebsite (ExTDLib v0.0.4)
Contains information about one website the current user is logged in with Telegram.
| Name | Type | Description |
|---|---|---|
| id | string | Website identifier. |
| domain_name | string | The domain name of the website. |
| bot_user_id | string | User identifier of a bot linked with the website. |
| browser | string | The version of a browser used to log in. |
| platform | string | Operating system the browser is running on. |
| log_in_date | number | Point in time (Unix timestamp) when the user was logged in. |
| last_active_date | number | Point in time (Unix timestamp) when obtained authorization was last used. |
| ip_address | string | IP address from which the user was logged in, in human-readable format. |
| location | string | Human-readable description of a country and a region from which the user was logged in, based on the IP address. |
More details on telegram's documentation.