Class: TD::Types::PassportAuthorizationForm
- Defined in:
- lib/tdlib/types/passport_authorization_form.rb
Overview
Contains information about a Telegram Passport authorization form that was requested.
Instance Attribute Summary collapse
-
#id ⇒ Integer
Unique identifier of the authorization form.
-
#privacy_policy_url ⇒ TD::Types::String?
URL for the privacy policy of the service; may be empty.
-
#required_elements ⇒ Array<TD::Types::PassportRequiredElement>
Information about the Telegram Passport elements that must be provided to complete the form.
Method Summary
Methods inherited from Base
Instance Attribute Details
#id ⇒ Integer
Unique identifier of the authorization form.
8 9 10 |
# File 'lib/tdlib/types/passport_authorization_form.rb', line 8 def id @id end |
#privacy_policy_url ⇒ TD::Types::String?
URL for the privacy policy of the service; may be empty.
8 9 10 |
# File 'lib/tdlib/types/passport_authorization_form.rb', line 8 def privacy_policy_url @privacy_policy_url end |
#required_elements ⇒ Array<TD::Types::PassportRequiredElement>
Information about the Telegram Passport elements that must be provided to complete the form.
8 9 10 |
# File 'lib/tdlib/types/passport_authorization_form.rb', line 8 def required_elements @required_elements end |