Home > borogove > ChatMessageBuilder > setHtml
ChatMessageBuilder.setHtml() method
Set rich text using an HTML string Also sets the plain text body appropriately
Signature:
setHtml(html: string): void;
Parameters
| Parameter | Type | Description |
|---|---|---|
| html | string |
Returns:
void