Class: TD::Types::AuthenticationCodeType::Sms
- Inherits:
-
TD::Types::AuthenticationCodeType
- Object
- Dry::Struct
- Base
- TD::Types::AuthenticationCodeType
- TD::Types::AuthenticationCodeType::Sms
- Defined in:
- lib/tdlib/types/authentication_code_type/sms.rb
Overview
A digit-only authentication code is delivered via an SMS message to the specified phone number; non-official
applications may not receive this type of code.
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.
6 7 8 |
# File 'lib/tdlib/types/authentication_code_type/sms.rb', line 6 def length @length end |