Interface RtmTextMessage

Interface for text messages. You can use this interface to send and receive text messages. You can call sendMessageToPeer or sendMessage to send a peer-to-peer or channel text message.

Hierarchy

  • RtmTextMessage

Properties

Properties

messageType?: "TEXT"

Message type. TEXT stands for text messages.

text: string

Content of the text message. The maximum length is 32 KB.

Note

The maximum total length of the text message and the description is 32 KB.

Generated using TypeDoc