Skip to content

ConnectedWebsite

Type · TDLib 1.8.67 · d1085f9c

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

ConnectedWebsite(
  id: int64,
  domain_name: string,
  bot_user_id: int53,
  browser: string,
  platform: string,
  log_in_date: int32,
  last_active_date: int32,
  ip_address: string,
  location: string
) → ConnectedWebsite

id

int64

Website identifier

domain_name

string

The domain name of the website

bot_user_id

int53

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

int32

Point in time (Unix timestamp) when the user was logged in

last_active_date

int32

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