Skip to content

Commit c7029e2

Browse files
Add more chat API ratelimit documentation (#567)
* Add more chat API ratelimit documentation * small clarification --------- Co-authored-by: Sean Mann <[email protected]>
1 parent 2c8d29d commit c7029e2

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

docs/guides/advanced/chat_api.mdx

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -133,6 +133,10 @@ The rest of the properties depend on the kind of the message. If the message was
133133

134134
## Sending messages
135135

136+
:::note
137+
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.
138+
:::
139+
136140
To send a message to a channel, send the following payload to <span class="color-tag" data-tag="1">/mobile/create_chat.json</span>:
137141

138142
```json
@@ -162,5 +166,3 @@ In both cases, you will receive a response like so:
162166
"ok": true
163167
}
164168
```
165-
166-
NOTE: The in-game chat message limitations (max. 1000 character or 10 lines) apply to messages sent from the chat API as well.

0 commit comments

Comments
 (0)