GetPassportAuthorizationForm constructor

const GetPassportAuthorizationForm({
  1. required int botUserId,
  2. required String scope,
  3. required String publicKey,
  4. required String nonce,
})

Returns a Telegram Passport authorization form for sharing data with a service

Implementation

const GetPassportAuthorizationForm({
  required this.botUserId,
  required this.scope,
  required this.publicKey,
  required this.nonce,
});