getUnreadCount

public final Integer getUnreadCount()

Unread message count amount.


public Unit getUnreadCount(OperationHandler<Integer> handler)

// Cleared successfully

Parameters

messageIds

Message unique ID List, at most 20

channel.getUnreadCount { count, error ->
if (error == null && count != null) {
Get When before channel first items Unread messages.
}
}

if (error == null && message!= null) {