post https://api.quickblox.com/chat/Message.json
Create a chat message.
It’s possible to inject a new chat message into the chat history. In this case, this new message won't be delivered to the recipient(s) by XMPP real-time transport, it will be just added to the history. If you want to send a message, pass send_to_chat=1
parameter.
Create message with extra data
Open Recipe
Create message in private dialog
Open Recipe
Create message in group dialog
Open Recipe