telegram api constructor · layer 229 · #ad2e1cd8
account.authorizationForm
Telegram Passport authorization form
definition
account.authorizationForm#ad2e1cd8 flags:# required_types:Vector<SecureRequiredType> values:Vector<SecureValue> errors:Vector<SecureValueError> users:Vector<User> privacy_policy_url:flags.0?string = account.AuthorizationForm;
parameters
| name | type | description |
|---|---|---|
flags | # | Flags, see TL conditional fields |
required_types | Vector<SecureRequiredType> | Required Telegram Passport documents |
values | Vector<SecureValue> | Already submitted Telegram Passport documents |
errors | Vector<SecureValueError> | Telegram Passport errors |
users | Vector<User> | Info about the bot to which the form will be submitted |
privacy_policy_url | string | URL of the service's privacy policy |
type
history
present in layers 80–229 · constructor id changed 1×
| id | layers |
|---|---|
| #cb976d53 | 80–84 |
| #ad2e1cd8 | 85–229 |