Sha256: a3f91060ce5661ad0d84a547a8c1723564669f7befed74276da47582a8691a7a
Contents?: true
Size: 304 Bytes
Versions: 3
Compression:
Stored size: 304 Bytes
Contents
module TD::Types # An authentication code is delivered via a private Telegram message, which can be viewed in another client. # # @attr length [Integer] Length of the code. class AuthenticationCodeType::TelegramMessage < AuthenticationCodeType attribute :length, TD::Types::Integer end end
Version data entries
3 entries across 3 versions & 1 rubygems