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>.
| Name | Type | Description |
|---|---|---|
| bot_user_id | string | User identifier of the service's bot. |
| scope | string | Telegram Passport element types requested by the service. |
| public_key | string | Service's public key. |
| nonce | string | Unique request identifier provided by the service. |
More details on telegram's documentation.