Skip to main content

ChatParticipant (Object)

Description

No description



Fields

NameDescription
_id - ID!
archivedAt - String
avatarUrl - String
chatId - ID!
deletedAt - String
handle - String!
lastReadMessage - MessageAddress
leftAt - String
memberId - ID!
name - String!
role - ChatParticipantRole!
status - ChatParticipantStatus!

type ChatParticipant {
_id: ID!
archivedAt: String
avatarUrl: String
chatId: ID!
deletedAt: String
handle: String!
lastReadMessage: MessageAddress
leftAt: String
memberId: ID!
name: String!
role: ChatParticipantRole!
status: ChatParticipantStatus!
}