Sha256: f840522aaf1b592174d48a05b85e30b87a5d288b99a0443c98c2d5f0054c701f

Contents?: true

Size: 270 Bytes

Versions: 4

Compression:

Stored size: 270 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::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/call.rb
tdlib-ruby-2.2.0 lib/tdlib/types/authentication_code_type/call.rb
tdlib-ruby-2.1.0 lib/tdlib/types/authentication_code_type/call.rb
tdlib-ruby-2.0.0 lib/tdlib/types/authentication_code_type/call.rb