Interface SetAlarm

Succeeds after a specified amount of time has passed. Can be called before initialization. Request type for Tdjson#setAlarm.

interface SetAlarm {
    @type: "setAlarm";
    seconds: number;
}

Properties

Properties

@type: "setAlarm"
seconds: number

Number of seconds before the function returns.