UnreadChatsCount (Object)
Description
No description
Fields
| Name | Description | 
|---|---|
| memberId - String! | The ID of the member requested the counts | 
| unreadChatIds - [String!]! | The IDs of the chats which the member has received new messages in. | 
| unreadChatsCount - Int! | The number of chats which the member has received new messages in. | 
type UnreadChatsCount {
  memberId: String!
  unreadChatIds: [String!]!
  unreadChatsCount: Int!
}