Sha256: 058046c1fde58a524717d992699edbafbcd04e05427318c43a93f522c6d3adc5
Contents?: true
Size: 320 Bytes
Versions: 1
Compression:
Stored size: 320 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::Integer end end
Version data entries
1 entries across 1 versions & 1 rubygems
Version | Path |
---|---|
tdlib-schema-1.7.0.1 | lib/tdlib/types/authentication_code_type/telegram_message.rb |