Function OsuRoom.sendMessage
Sends a message with a 2 second ratelimit
void sendMessage
(
const(char[]) message,
std .typecons .Flag!("highPriority") highPriority = cast(Flag)false
);
Parameters
Name | Description |
---|---|
message | raw message to send |
highPriority | if yes, already send after a 1.2 second ratelimit (before others) |