Skip to main content
POST
Send a message to a channel

Path Parameters

channelId
string
required

Query Parameters

projectId
string
required
playerId
string
required

Body

application/json
content
string
required

Message content

Example:

"Hello everyone!"

type
enum<string>
default:TEXT

Message type

Available options:
TEXT,
SYSTEM,
ANNOUNCEMENT,
EMOTE,
MEDIA
replyToId
string

ID of message being replied to

metadata
object

Additional metadata (attachments, mentions, etc.)

Response

Message sent