Skip to content

AddedProxy

Type · TDLib 1.8.67 · d1085f9c

Contains information about a proxy server added to the list of proxies

AddedProxy(
  id: int32,
  last_used_date: int32,
  is_enabled: Bool,
  comment: string,
  proxy: Proxy
) → AddedProxy

id

int32

Unique identifier of the proxy

last_used_date

int32

Point in time (Unix timestamp) when the proxy was last used; 0 if never

is_enabled

Bool

True, if the proxy is enabled now

comment

string

Comment for the proxy added by the user

proxy

Proxy

The proxy