| member | Member | The member associated with the chatroom. | ❌ |
| id | number | Unique identifier for the chatroom. | ❌ |
| title | string | The title or name of the chatroom. | ❌ |
| createdAt | number | Timestamp when the chatroom was created. | ✅ |
| answerText | string | Text of an answer related to the chatroom (if applicable). | ✅ |
| state | number | Current state of the chatroom. | ❌ |
| unseenCount | number | Number of unseen messages in the chatroom. | ✅ |
| shareUrl | string | URL for sharing the chatroom. | ✅ |
| communityId | string | Identifier for the associated community. | ✅ |
| communityName | string | Name of the associated community. | ✅ |
| type | number | Type of chatroom (e.g., group, DM). | ✅ |
| about | string | Description of the chatroom. | ✅ |
| header | string | Header text for the chatroom. | ✅ |
| showFollowTelescope | boolean | Indicates if the follow telescope feature is enabled. | ❌ |
| showFollowAutoTag | boolean | Indicates if the auto-tagging follow feature is enabled. | ❌ |
| cardCreationTime | string | Timestamp when the chatroom card was created. | ✅ |
| participantsCount | string | Total number of participants in the chatroom. | ✅ |
| totalResponseCount | string | Total number of responses in the chatroom. | ✅ |
| muteStatus | boolean | Whether the chatroom is muted. | ❌ |
| followStatus | boolean | Whether the user follows the chatroom. | ✅ |
| hasBeenNamed | boolean | Whether the chatroom has been given a custom name. | ❌ |
| hasReactions | boolean | Whether reactions are enabled in the chatroom. | ✅ |
| date | string | Date associated with the chatroom. | ✅ |
| isTagged | boolean | Whether the chatroom is tagged. | ✅ |
| isPending | boolean | Whether the chatroom is pending approval. | ✅ |
| isPrivateMember | boolean | Whether the chatroom is private for the user. | ✅ |
| isPinned | boolean | Whether the chatroom is pinned. | ✅ |
| isDeleted | boolean | Whether the chatroom has been deleted. | ✅ |
| userId | string | User ID associated with the chatroom. | ✅ |
| deletedBy | string | User who deleted the chatroom (if applicable). | ✅ |
| deletedByMember | Member | Member who deleted the chatroom (if applicable). | ✅ |
| deletedByUserId | string | ID of the user who deleted the chatroom. | ✅ |
| updatedAt | number | Timestamp when the chatroom was last updated. | ✅ |
| lastSeenConversationId | string | ID of the last seen conversation in the chatroom. | ✅ |
| lastConversationId | string | ID of the last conversation in the chatroom. | ✅ |
| dateEpoch | number | Epoch timestamp for the chatroom date. | ✅ |
| isSecret | boolean | Whether the chatroom is secret. | ✅ |
| secretChatroomParticipants | number[] | List of user IDs participating in a secret chatroom. | ✅ |
| secretChatroomLeft | boolean | Whether the user has left the secret chatroom. | ✅ |
| topicId | string | ID of the associated topic. | ✅ |
| topic | Conversation | The topic associated with the chatroom. | ✅ |
| autoFollowDone | boolean | Whether auto-following has been completed. | ✅ |
| isEdited | boolean | Whether the chatroom details have been edited. | ✅ |
| access | number | Access level of the chatroom. | ✅ |
| memberCanMessage | boolean | Whether a member can send messages in the chatroom. | ✅ |
| chatroomWithUserId | number | ID of the user in a one-on-one chatroom. | ✅ |
| chatroomWithUserName | string | Name of the user in a one-on-one chatroom. | ✅ |
| chatroomWithUser | Member | Member object representing the user in a one-on-one chatroom. | ✅ |
| externalSeen | boolean | Whether the chatroom was seen externally. | ✅ |
| unreadConversationCount | number | Count of unread conversations. | ✅ |
| chatroomImageUrl | string | URL of the chatroom image. | ✅ |
| accessWithoutSubscription | boolean | Whether access is allowed without a subscription. | ✅ |
| totalAllResponseCount | string | Total response count across all messages. | ✅ |
| isConversationStored | boolean | Whether the conversation is stored. | ✅ |
| chatRequestState | number | State of the chat request. | ✅ |
| chatRequestedBy | Member | Member who requested the chat. | ✅ |
| chatRequestCreatedAt | number | Timestamp when the chat request was created. | ✅ |
| chatRequestedById | number | ID of the user who requested the chat. | ✅ |