Class: TD::Types::AccountTtl

Inherits:
Base
  • Object
show all
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

Method Summary

Methods inherited from Base

#to_hash, #to_json

Instance Attribute Details

#daysInteger

Number of days of inactivity before the account will be flagged for deletion; should range from 30-366 days.

Returns:

  • (Integer)

    the current value of days



7
8
9
# File 'lib/tdlib/types/account_ttl.rb', line 7

def days
  @days
end