Create Message

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.

Recipes
Create message with extra data
Open Recipe
Create message in private dialog
Open Recipe
Create message in group dialog
Open Recipe
Create message in private dialog with API key
Open Recipe
Create message with extra data and API key
Open Recipe
Create message in group dialog with API key
Open Recipe
Language