Options
All
  • Public
  • Public/Protected
  • All
Menu

Interface RtmTextMessage

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

Hierarchy

  • RtmTextMessage

Index

Properties

Properties

Optional messageType

messageType: undefined | "TEXT"

Message type. TEXT stands for text messages.

text

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.