Sha256: 3c5774abfe17bb96e44b67625bf1ce86523624dd6b4d46a794cc187d08f7f27a

Contents?: true

Size: 369 Bytes

Versions: 4

Compression:

Stored size: 369 Bytes

Contents

module TD::Types
  # Contains information about the period of inactivity after which the current user's account will automatically be
  #   deleted.
  #
  # @attr days [Integer] Number of days of inactivity before the account will be flagged for deletion; should range
  #   from 30-366 days.
  class AccountTtl < Base
    attribute :days, 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/account_ttl.rb
tdlib-ruby-2.2.0 lib/tdlib/types/account_ttl.rb
tdlib-ruby-2.1.0 lib/tdlib/types/account_ttl.rb
tdlib-ruby-2.0.0 lib/tdlib/types/account_ttl.rb