Class: TD::Types::AuthorizationState::WaitCode

Inherits:
TD::Types::AuthorizationState show all
Defined in:
lib/tdlib/types/authorization_state/wait_code.rb

Overview

TDLib needs the user's authentication code to authorize.

Instance Attribute Summary collapse

Method Summary

Methods inherited from Base

#to_hash, #to_json

Instance Attribute Details

#code_infoTD::Types::AuthenticationCodeInfo

Information about the authorization code that was sent.

Returns:



5
6
7
# File 'lib/tdlib/types/authorization_state/wait_code.rb', line 5

def code_info
  @code_info
end