Skip to content

makeHtmlMessage

makeHtmlMessage(body, htmlBody): RoomMessageEventContent

Defined in: src/content-helpers.ts:41

Generates the content for a HTML Message event

string

the plaintext body of the message

string

the HTML representation of the message

RoomMessageEventContent