Options
All
  • Public
  • Public/Protected
  • All
Menu

Interface RtmRawMessage

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

Hierarchy

  • RtmRawMessage

Index

Properties

Optional description

description: undefined | string

Description of the raw message. The maximum length is 32 KB.

Note

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

Optional messageType

messageType: undefined | "RAW"

Message type. RAW stands for raw messages.

rawMessage

rawMessage: Uint8Array

Content of the raw message in binary format. The maximum length is 32 KB.

Note

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