SetAlarm
public struct SetAlarm : Codable, Equatable, TDFunction
Succeeds after a specified amount of time has passed. Can be called before authorization. Can be called before initialization
-
Undocumented
Declaration
Swift
public typealias Result = Ok -
Number of seconds before the function returns
Declaration
Swift
public let seconds: Double -
Succeeds after a specified amount of time has passed. Can be called before authorization. Can be called before initialization
Declaration
Swift
public init(seconds: Double)Parameters
secondsNumber of seconds before the function returns
View on GitHub
Install in Dash
SetAlarm Structure Reference