Class: TD::Types::AuthenticationCodeType::SmsWord
- Inherits:
-
TD::Types::AuthenticationCodeType
- Object
- Dry::Struct
- Base
- TD::Types::AuthenticationCodeType
- TD::Types::AuthenticationCodeType::SmsWord
- Defined in:
- lib/tdlib/types/authentication_code_type/sms_word.rb
Overview
An authentication code is a word delivered via an SMS message to the specified phone number; non-official
applications may not receive this type of code.
Instance Attribute Summary collapse
-
#first_letter ⇒ TD::Types::String
The first letters of the word if known.
Method Summary
Methods inherited from Base
Instance Attribute Details
#first_letter ⇒ TD::Types::String
The first letters of the word if known.
6 7 8 |
# File 'lib/tdlib/types/authentication_code_type/sms_word.rb', line 6 def first_letter @first_letter end |