Sha256: 75c69636c6e6a192d97449264859249a5ef90e71f2fcb6637f1aae0ecffd11d8

Contents?: true

Size: 380 Bytes

Versions: 2

Compression:

Stored size: 380 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::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/account_ttl.rb
tdlib-schema-1.7.0.2 lib/tdlib/types/account_ttl.rb