Home > borogove > ChatMessageBuilder > setBody
ChatMessageBuilder.setBody() method
Set body from Html
Signature:
setBody(html: borogove_Html | null): void;
Parameters
| Parameter | Type | Description |
|---|---|---|
| html | borogove_Html | null | rich text body to attach to the message |
Returns:
void