Skip to main content

UnreadMessagesCount (Object)

Description

No description



Fields

NameDescription
chatId - String!The ID of the chat
count - Int!Number of unread message in the chat for current user

type UnreadMessagesCount {
chatId: String!
count: Int!
}