Home > borogove > ChatMessage > html
ChatMessage.html() method
Get HTML version of the message body WARNING: this is possibly untrusted HTML. You must parse or sanitize appropriately!
Signature:
html(sender?: borogove.Participant | null): string;
Parameters
| Parameter | Type | Description |
|---|---|---|
| sender | borogove.Participant | null | (Optional) optionally specify the full details of the sender |
Returns:
string