Class: TD::Types::AccountTtl
- Defined in:
- lib/tdlib/types/account_ttl.rb
Overview
Contains information about the period of inactivity after which the current user’s account will automatically be
deleted.
Instance Attribute Summary collapse
-
#days ⇒ Integer
Number of days of inactivity before the account will be flagged for deletion; should range from 30-366 days.
Method Summary
Methods inherited from Base
Instance Attribute Details
#days ⇒ Integer
Number of days of inactivity before the account will be flagged for deletion; should range from 30-366 days.
7 8 9 |
# File 'lib/tdlib/types/account_ttl.rb', line 7 def days @days end |