haskell-tdlib-2.0.47.0
Safe HaskellSafe-Inferred
LanguageGHC2021

TD.Data.AccountTtl

Documentation

data AccountTtl Source #

Constructors

AccountTtl

Contains information about the period of inactivity after which the current user's account will automatically be deleted

Fields

  • days :: Maybe Int

    Number of days of inactivity before the account will be flagged for deletion; 30-730 days

Instances

Instances details
FromJSON AccountTtl Source # 
Instance details

Defined in TD.Data.AccountTtl

ToJSON AccountTtl Source # 
Instance details

Defined in TD.Data.AccountTtl

Show AccountTtl Source # 
Instance details

Defined in TD.Data.AccountTtl

Eq AccountTtl Source # 
Instance details

Defined in TD.Data.AccountTtl

ShortShow AccountTtl Source # 
Instance details

Defined in TD.Data.AccountTtl