markAsDelivered()
method here.
markAsRead()
takes 4 parameters: messageId
,receiverId
, receiverType
& senderId
as input. This method will mark all the messages before the provided messageId for the conversation with the specified receiverId
as read. Also, we have added one more signature of markAsRead()
which takes only 1 parameter: message
You can read more about the markAsRead()
method here.
Conversation
Object while fetching the Conversation List
.
Starting v3, we have added a method withUserAndGroupTags()
to the ConversationsRequestBuilder class to fetch the user/group tags in a Conversation
Object while fetching the Conversation List
.