diff --git a/docs/guides/advanced/chat_api.mdx b/docs/guides/advanced/chat_api.mdx index aedf2f75..097ed9d7 100644 --- a/docs/guides/advanced/chat_api.mdx +++ b/docs/guides/advanced/chat_api.mdx @@ -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 /mobile/create_chat.json: ```json @@ -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.