AuthorizationForm¶
-
class
pyrogram.api.types.account.
AuthorizationForm
(required_types: list, values: list, errors: list, users: list, privacy_policy_url: str = None)¶ -
ID
¶ 0xad2e1cd8
Parameters: - required_types – List of either
SecureRequiredType
orSecureRequiredTypeOneOf
- values – List of
SecureValue
- errors – List of either
SecureValueErrorData
,SecureValueErrorFrontSide
,SecureValueErrorReverseSide
,SecureValueErrorSelfie
,SecureValueErrorFile
,SecureValueErrorFiles
,SecureValueError
,SecureValueErrorTranslationFile
orSecureValueErrorTranslationFiles
- users – List of either
UserEmpty
orUser
- privacy_policy_url (optional) –
str
See also
This object can be returned by
account.GetAuthorizationForm
.-