Create a chat message.
Create message with extra data
3. Specify if you want to send a message
send_to_chat parameter to 1 to send a message to the dialog.4. Add extra data to a message
is_pinned is a custom parameter key and the false is a custom parameter value.Create message in group dialog
3. Specify if you want to send a message
send_to_chat parameter to 1 to send a message to the dialog.4. Specify if you want to mark messages as read/delivered
markable parameter to 1 to mark all messages as read/delivered.5. Set message attachment
attachment parameter.Just specify the ID of the file on QuickBlox server and its type.You can add as many attachments as you need.Create message in private dialog
Create message in private dialog with API key
3. Set the ID of the message recipient
recipient_id parameter to set the ID of the message recipient.Create message with extra data and API key
5. Specify if you want to send a message
send_to_chat parameter to 1 to send a message to the dialog.6. Add extra data to a message
is_pinned is a custom parameter key and the false is a custom parameter value.Create message in group dialog with API key
5. Specify if you want to send a message
send_to_chat parameter to 1 to send a message to the dialog.6. Specify if you want to mark messages as read/delivered
markable parameter to 1 to mark all messages as read/delivered.7. Set message attachment
attachment parameter.Just specify the ID of the file on QuickBlox server and its type.You can add as many attachments as you need.send_to_chat=1 parameter.
type=3 (PRIVATE). markable=1 to perform. ApiKey {your_api_key}. Must be used either QB-Token or Authorization.201
404