MatrixClient.sendHTML

Sends a m.room.message with format of org.matrix.custom.html fallback is the plain text version of html if the client doesn't support html

class MatrixClient
void
sendHTML
(
string roomId
,
string html
,
string fallback = null
)

Meta