Home > borogove > Chat > correctMessage
Chat.correctMessage() method
Correct an already-send message by replacing it with a new one
Signature:
correctMessage(correct: borogove_ChatMessage, message: borogove_ChatMessageBuilder): void;
Parameters
| Parameter | Type | Description |
|---|---|---|
| correct | borogove_ChatMessage | the ChatMessage to correct |
| message | borogove_ChatMessageBuilder | the new ChatMessageBuilder to replace it with |
Returns:
void