Class: TD::Types::AuthenticationCodeType::TelegramMessage
- Inherits:
-
TD::Types::AuthenticationCodeType
- Object
- Dry::Struct
- Base
- TD::Types::AuthenticationCodeType
- TD::Types::AuthenticationCodeType::TelegramMessage
- Defined in:
- lib/tdlib/types/authentication_code_type/telegram_message.rb
Overview
An authentication code is delivered via a private Telegram message, which can be viewed from another active
session.
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/telegram_message.rb', line 6 def length @length end |