View Source ExTDLib.Method.GetPassportAuthorizationForm (ExTDLib v0.0.4)

Returns a Telegram Passport authorization form for sharing data with a service. Returns object_ptr<PassportAuthorizationForm>.

NameTypeDescription
bot_user_idstringUser identifier of the service's bot.
scopestringTelegram Passport element types requested by the service.
public_keystringService's public key.
noncestringUnique request identifier provided by the service.

More details on telegram's documentation.