Sha256: 690a5704fdd3f886fed60582668c5b659c03548026d6ac1fb2ebd0c6939bb62a
Contents?: true
Size: 281 Bytes
Versions: 2
Compression:
Stored size: 281 Bytes
Contents
module TD::Types # An authentication code is delivered via a phone call to the specified phone number. # # @attr length [Integer] Length of the code. class AuthenticationCodeType::Call < 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/call.rb |
tdlib-schema-1.7.0.2 | lib/tdlib/types/authentication_code_type/call.rb |