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.
Call registerUser to accept the terms of service and provide the data.
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.
7 8 9 |
# File 'lib/tdlib/types/authorization_state/wait_registration.rb', line 7 def terms_of_service @terms_of_service end |