Class: TD::Types::AuthorizationState::WaitRegistration
- Inherits:
-
TD::Types::AuthorizationState
- Object
- Dry::Struct
- Base
- TD::Types::AuthorizationState
- TD::Types::AuthorizationState::WaitRegistration
- Defined in:
- lib/tdlib/types/authorization_state/wait_registration.rb
Overview
The user is unregistered and need to accept terms of service and enter their first name and last name to finish
registration.
Instance Attribute Summary collapse
-
#terms_of_service ⇒ TD::Types::TermsOfService
Telegram terms of service.
Method Summary
Methods inherited from Base
Instance Attribute Details
#terms_of_service ⇒ TD::Types::TermsOfService
Telegram terms of service.
6 7 8 |
# File 'lib/tdlib/types/authorization_state/wait_registration.rb', line 6 def terms_of_service @terms_of_service end |