Class ConversationUnreadCountChange

  • All Implemented Interfaces:

    
    public final class ConversationUnreadCountChange
    
                        

    Data class representing the unread message count details for a conversation.

    • Constructor Detail

      • ConversationUnreadCountChange

        ConversationUnreadCountChange(Integer totalUnreadMessagesCount, String conversationId, Integer unreadCountInConversation)