ConnectedWebsite
Object Hierarchy:
Description:
public class ConnectedWebsite :
Error
Contains information about one website the current user is logged in with Telegram
Content:
Properties:
- public int64 bot_user_id { get; set construct; }
User identifier of a bot linked with the website
- public string browser { get; set construct; }
The version of a browser used to log in
- public string domain_name { get; set construct; }
The domain name of the website
- public int64 id_ { get; set construct; }
Website identifier
- public string ip_address { get; set construct; }
IP address from which the user was logged in, in human-readable format
- public int32 last_active_date { get; set construct; }
Point in time (Unix timestamp) when obtained authorization was last
used
- public string location { get; set construct; }
Human-readable description of a country and a region from which the
user was logged in, based on the IP address
- public int32 log_in_date { get; set construct; }
Point in time (Unix timestamp) when the user was logged in
- public string platform { get; set construct; }
Operating system the browser is running on
Creation methods:
- public ConnectedWebsite (int64 id_, string domain_name, int64 bot_user_id, string browser, string platform, int32 log_in_date, int32 last_active_date, string ip_address, string location)
Inherited Members:
All known members inherited from class TDLib.Error
All known members inherited from class GLib.Object
- @get
- @new
- @ref
- @set
- add_toggle_ref
- add_weak_pointer
- bind_property
- connect
- constructed
- disconnect
- dispose
- dup_data
- dup_qdata
- force_floating
- freeze_notify
- get_class
- get_data
- get_property
- get_qdata
- get_type
- getv
- interface_find_property
- interface_install_property
- interface_list_properties
- is_floating
- new_valist
- new_with_properties
- newv
- notify
- notify_property
- ref_count
- ref_sink
- remove_toggle_ref
- remove_weak_pointer
- replace_data
- replace_qdata
- set_data
- set_data_full
- set_property
- set_qdata
- set_qdata_full
- set_valist
- setv
- steal_data
- steal_qdata
- thaw_notify
- unref
- watch_closure
- weak_ref
- weak_unref