How to update sent message in QuickBlox iOS SDK?
I'm using QuickBlox 2.17.1.
There is no such method as updateMessage
in QBRequest
.
I would like to update text and custom parameters of message.
There is an API method to update a message.
Note, that it is only possible to update following parameters: read
, delivered
, message
.
In SDK, there is no updateMessage method, but there are methods for updating read
and delivered
fields, such as markMessagesAsRead
, markMessagesAsDelivered
.
Custom parameters cannot be updated neither by API nor SDK methods.