GetLoginUrl
Object Hierarchy:
Description:
public class GetLoginUrl :
TDObject
Returns an HTTP URL which can be used to automatically authorize the user on a website after clicking an inline button of type
inlineKeyboardButtonTypeLoginUrl. Use the method Client.get_login_url_info
to find whether a prior user confirmation is needed. If an error is returned, then the button must be handled as an ordinary URL
button
Content:
Properties:
- public bool allow_write_access { get; set construct; }
Pass true to allow the bot to send messages to the current user
- public int64 button_id { get; set construct; }
Button identifier
- public int64 chat_id { get; set construct; }
Chat identifier of the message with the button
- public int64 message_id { get; set construct; }
Message identifier of the message with the button
Creation methods:
- public GetLoginUrl (int64 chat_id, int64 message_id, int64 button_id, bool allow_write_access)
Inherited Members:
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