InternalLinkTypePassportDataRequest constructor

InternalLinkTypePassportDataRequest(
  1. {required int bot_user_id,
  2. required String scope,
  3. required String public_key,
  4. required String nonce,
  5. required String callback_url,
  6. int? extra,
  7. int? clientId}
)

The link contains a request of Telegram passport data. Call getPassportAuthorizationForm with the given parameters to process the link if the link was received from outside of the application; otherwise, ignore it

Implementation

InternalLinkTypePassportDataRequest