Class: TD::Types::AuthenticationCodeType::Call
- Inherits:
-
TD::Types::AuthenticationCodeType
- Object
- Dry::Struct
- Base
- TD::Types::AuthenticationCodeType
- TD::Types::AuthenticationCodeType::Call
- Defined in:
- lib/tdlib/types/authentication_code_type/call.rb
Overview
An authentication code is delivered via a phone call to the specified phone number.
Instance Attribute Summary collapse
-
#length ⇒ Integer
Length of the code.
Method Summary
Methods inherited from Base
Instance Attribute Details
#length ⇒ Integer
Length of the code.
5 6 7 |
# File 'lib/tdlib/types/authentication_code_type/call.rb', line 5 def length @length end |