Class: TD::Types::AuthorizationState::WaitRegistration

Inherits:
TD::Types::AuthorizationState show all
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

Method Summary

Methods inherited from Base

#to_hash, #to_json

Instance Attribute Details

#terms_of_serviceTD::Types::TermsOfService

Telegram terms of service.

Returns:



6
7
8
# File 'lib/tdlib/types/authorization_state/wait_registration.rb', line 6

def terms_of_service
  @terms_of_service
end