Home > borogove > Chat > block

Chat.block() method

Block this chat so it will not re-open

Signature:

block(reportSpam?: boolean, spamMessage?: borogove_ChatMessage | null, onServer?: boolean): void;

Parameters

Parameter Type Description
reportSpam boolean (Optional)
spamMessage borogove_ChatMessage | null (Optional)
onServer boolean (Optional)

Returns:

void