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

Sends a Telegram Passport authorization form, effectively sharing data with the service. This method must be called after getPassportAuthorizationFormAvailableElements if some previously available elements are going to be reused. Returns object_ptr<Ok>.

NameTypeDescription
authorization_form_idnumberAuthorization form identifier.
typesPassportElementTypeTypes of Telegram Passport elements chosen by user to complete the authorization form.

More details on telegram's documentation.