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.

Call registerUser to accept the terms of service and provide the data.

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:



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

def terms_of_service
  @terms_of_service
end