ChatParticipant (Object)
Description
No description
Fields
| Name | Description |
|---|---|
| _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!
}