Class: TD::Types::AuthenticationCodeType::SmsPhrase
- Inherits:
-
TD::Types::AuthenticationCodeType
- Object
- Dry::Struct
- Base
- TD::Types::AuthenticationCodeType
- TD::Types::AuthenticationCodeType::SmsPhrase
- Defined in:
- lib/tdlib/types/authentication_code_type/sms_phrase.rb
Overview
An authentication code is a phrase from multiple words 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_word ⇒ TD::Types::String
The first word of the phrase if known.
Method Summary
Methods inherited from Base
Instance Attribute Details
#first_word ⇒ TD::Types::String
The first word of the phrase if known.
6 7 8 |
# File 'lib/tdlib/types/authentication_code_type/sms_phrase.rb', line 6 def first_word @first_word end |