pub async fn set_alarm(seconds: f64, client_id: i32) -> Result<(), Error>
Expand description
Succeeds after a specified amount of time has passed. Can be called before initialization
ยงArguments
seconds
- Number of seconds before the function returnsclient_id
- The client id to send the request to