View Source ExTDLib.Object.ConnectedWebsite (ExTDLib v0.0.4)

Contains information about one website the current user is logged in with Telegram.

NameTypeDescription
idstringWebsite identifier.
domain_namestringThe domain name of the website.
bot_user_idstringUser identifier of a bot linked with the website.
browserstringThe version of a browser used to log in.
platformstringOperating system the browser is running on.
log_in_datenumberPoint in time (Unix timestamp) when the user was logged in.
last_active_datenumberPoint in time (Unix timestamp) when obtained authorization was last used.
ip_addressstringIP address from which the user was logged in, in human-readable format.
locationstringHuman-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.