Sha256: ec0cbf6f6a64fab567b9834f627bd4ff9f052721b1dae975a2161f59e7fac258

Contents?: true

Size: 271 Bytes

Versions: 4

Compression:

Stored size: 271 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::Integer
  end
end

Version data entries

4 entries across 4 versions & 2 rubygems

Version Path
tdlib-schema-1.7.0.1 lib/tdlib/types/authentication_code_type/sms.rb
tdlib-ruby-2.2.0 lib/tdlib/types/authentication_code_type/sms.rb
tdlib-ruby-2.1.0 lib/tdlib/types/authentication_code_type/sms.rb
tdlib-ruby-2.0.0 lib/tdlib/types/authentication_code_type/sms.rb