Home > borogove > Chat > block
Chat.block() method
Block this chat so it will not re-open
Signature:
block(reportSpam?: borogove.ChatMessage | null, onServer?: boolean): void;
Parameters
| Parameter | Type | Description |
|---|---|---|
| reportSpam | borogove.ChatMessage | null | (Optional) |
| onServer | boolean | (Optional) |
Returns:
void