Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 4 additions & 2 deletions docs/guides/advanced/chat_api.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -133,6 +133,10 @@ The rest of the properties depend on the kind of the message. If the message was

## Sending messages

:::note
The in-game [[chats.send:((chats.send))]] / [[chats.tell:((chats.tell))]] message limitations (max. 1000 character, max. 10 lines, max. 5 messages per 20 seconds per user) apply to messages sent from the chat API as well, and are shared.
:::

To send a message to a channel, send the following payload to <span class="color-tag" data-tag="1">/mobile/create_chat.json</span>:

```json
Expand Down Expand Up @@ -162,5 +166,3 @@ In both cases, you will receive a response like so:
"ok": true
}
```

NOTE: The in-game chat message limitations (max. 1000 character or 10 lines) apply to messages sent from the chat API as well.