account.authorizationForm
Telegram Passport authorization form
type tg.AccountAuthorizationForm struct { /* ... */ }
Fields
| Name | Type | Required | Description |
|---|---|---|---|
RequiredTypes | []SecureRequiredTypeClass | yes | Required Telegram Passport documents |
Values | []SecureValue | yes | Already submitted Telegram Passport documents |
Errors | []SecureValueErrorClass | yes | Telegram Passport errors |
Users | []UserClass | yes | Info about the bot to which the form will be submitted |
PrivacyPolicyURL | string | — | URL of the service's privacy policy |
Returned by
References
- Official documentation
- Generated Go reference
- TL definition:
account.authorizationForm#ad2e1cd8