SetAccountTtl
public struct SetAccountTtl : Codable, Equatable, TDFunction
Changes the period of inactivity after which the account of the current user will automatically be deleted
-
Undocumented
Declaration
Swift
public typealias Result = Ok -
New account TTL
Declaration
Swift
public let ttl: AccountTtl -
Changes the period of inactivity after which the account of the current user will automatically be deleted
Declaration
Swift
public init(ttl: AccountTtl)Parameters
ttlNew account TTL
View on GitHub
Install in Dash
SetAccountTtl Structure Reference