Live Messages

Admins can join a channel and view messages being sent in real-time. They also will be able to filter messages by certain parameters, check current members in the channel and modify channel details such as tags and metadata.

Admins will also be able to broadcast messages directly in the channel.

List of Message Types

The SDK supports the sending and receiving of 5 types of messages:

Type

Description

Text

A message that contains only text

Image

A message that contains an image

File

A message that contains a file

Audio

A message that contains an audio

Custom

A message that contains any data the user wants to store

For more information on each of the message types, see Creating Messages for your platform.

Last updated