Sha256: bd264c78e078108613e125a884146313c90497813d0bcf10db8bb4c90cd9cd60
Contents?: true
Size: 331 Bytes
Versions: 2
Compression:
Stored size: 331 Bytes
Contents
module TD::Types # An authentication code is delivered via a private Telegram message, which can be viewed from another active # session. # # @attr length [Integer] Length of the code. class AuthenticationCodeType::TelegramMessage < AuthenticationCodeType attribute :length, TD::Types::Coercible::Integer end end
Version data entries
2 entries across 2 versions & 1 rubygems
Version | Path |
---|---|
tdlib-schema-1.7.0.3 | lib/tdlib/types/authentication_code_type/telegram_message.rb |
tdlib-schema-1.7.0.2 | lib/tdlib/types/authentication_code_type/telegram_message.rb |