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>.
| Name | Type | Description |
|---|---|---|
| authorization_form_id | number | Authorization form identifier. |
| types | PassportElementType | Types of Telegram Passport elements chosen by user to complete the authorization form. |
More details on telegram's documentation.