InternalLinkTypePassportDataRequest
Object Hierarchy:
Description:
public class InternalLinkTypePassportDataRequest :
InternalLinkType
The link contains a request of Telegram passport data. Call
Client.get_passport_authorization_form with the given parameters to process the link if the link was received from outside of the
application; otherwise, ignore it
Content:
Properties:
- public int64 bot_user_id { get; set construct; }
User identifier of the service's bot; the corresponding user may be
unknown yet
- public string callback_url { get; set construct; }
An HTTP URL to open once the request is finished, canceled, or failed
with the parameters tg_passport=success, tg_passport=cancel, or tg_passport=error&error=... respectively. If empty, then
onActivityResult method must be used to return response on Android, or the link
tgbot(bot_user_id)://passport/success or tgbot(bot_user_id)://passport/cancel
must be opened otherwise
- public string nonce { get; set construct; }
Unique request identifier provided by the service
- public string public_key { get; set construct; }
Service's public key
- public string scope { get; set construct; }
Telegram Passport element types requested by the service
Creation methods:
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