GetPassportAuthorizationForm class

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

Returns PassportAuthorizationForm.

Inheritance
Available Extensions

Constructors

GetPassportAuthorizationForm({required int bot_user_id, required String scope, required String public_key, required String nonce, int? extra, int? clientId})
Returns a Telegram Passport authorization form for sharing data with a service

Properties

bot_user_id int
User identifier of the service's bot.
read / write
clientId int?
TDLib client instance identifier, for which the response was received.
read / writeoverride
extra int?
Request identifier. Must be non-zero.
read / writeoverride
hashCode int
The hash code for this object.
read-onlyinherited
nonce String
Unique request identifier provided by the service.
read / write
public_key String
Service's public key.
read / write
runtimeType Type
A representation of the runtime type of the object.
read-onlyinherited
scope String
Telegram Passport element types requested by the service.
read / write

Methods

noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toJson() Map<String, dynamic>
Object to Map serializer
override
toString() String
A string representation of this object.
override

Operators

operator ==(Object other) bool
The equality operator.
inherited

Static Methods

fromMap(Map<String, dynamic>? _map) GetPassportAuthorizationForm?
Construct from Map.
override

Constants

CONSTRUCTOR → const String
@type
"getPassportAuthorizationForm"