Class: TD::Types::AuthorizationState::WaitCode
- Inherits:
-
TD::Types::AuthorizationState
- Object
- Dry::Struct
- Base
- TD::Types::AuthorizationState
- TD::Types::AuthorizationState::WaitCode
- Defined in:
- lib/tdlib/types/authorization_state/wait_code.rb
Overview
TDLib needs the user’s authentication code to authorize.
Instance Attribute Summary collapse
-
#code_info ⇒ TD::Types::AuthenticationCodeInfo
Information about the authorization code that was sent.
Method Summary
Methods inherited from Base
Instance Attribute Details
#code_info ⇒ TD::Types::AuthenticationCodeInfo
Information about the authorization code that was sent.
5 6 7 |
# File 'lib/tdlib/types/authorization_state/wait_code.rb', line 5 def code_info @code_info end |