Sha256: 17f2592498be86d06a9ab1f0b64bb37d3cf9b903852544418d7032556cfbb154
Contents?: true
Size: 282 Bytes
Versions: 2
Compression:
Stored size: 282 Bytes
Contents
module TD::Types # An authentication code is delivered via an SMS message to the specified phone number. # # @attr length [Integer] Length of the code. class AuthenticationCodeType::Sms < 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/sms.rb |
tdlib-schema-1.7.0.2 | lib/tdlib/types/authentication_code_type/sms.rb |