member | Member? | The member associated with the chatroom | ✔️ |
id | String | Unique identifier of the chatroom | |
title | String | Title of the chatroom | |
createdAt | String? | Creation date of the chatroom | ✔️ |
answerText | String? | The answer text related to the chatroom | ✔️ |
state | Int | State of the chatroom | |
unseenCount | Int? | Number of unseen messages | ✔️ |
shareUrl | String? | URL to share the chatroom | ✔️ |
communityId | String? | ID of the associated community | ✔️ |
communityName | String? | Name of the associated community | ✔️ |
type | ChatroomType? | Type of the chatroom | ✔️ |
about | String? | Description of the chatroom | ✔️ |
header | String? | Header text of the chatroom | ✔️ |
showFollowTelescope | Bool? | Flag to show follow telescope option | ✔️ |
showFollowAutoTag | Bool? | Flag to show follow auto-tag option | ✔️ |
cardCreationTime | String? | Time when the card was created | ✔️ |
participantsCount | Int? | Number of participants in the chatroom | ✔️ |
totalResponseCount | Int | Total number of responses in the chatroom | |
muteStatus | Bool? | Mute status of the chatroom | ✔️ |
followStatus | Bool? | Follow status of the chatroom | ✔️ |
hasBeenNamed | Bool? | Whether the chatroom has been named | ✔️ |
hasReactions | Bool? | Whether the chatroom supports reactions | ✔️ |
date | String? | Date associated with the chatroom | ✔️ |
isTagged | Bool? | Whether the chatroom is tagged | ✔️ |
isPending | Bool? | Whether the chatroom is pending | ✔️ |
isPinned | Bool? | Whether the chatroom is pinned | ✔️ |
isDeleted | Bool? | Whether the chatroom is deleted | ✔️ |
userId | String? | ID of the user associated with the chatroom | ✔️ |
deletedBy | String? | User who deleted the chatroom | ✔️ |
deletedByMember | Member? | Member who deleted the chatroom | ✔️ |
updatedAt | Int? | Last update timestamp for the chatroom | ✔️ |
lastSeenConversationId | String? | ID of the last seen conversation | ✔️ |
lastConversationId | String? | ID of the last conversation | ✔️ |
dateEpoch | Int? | Epoch date representation | ✔️ |
isSecret | Bool? | Whether the chatroom is secret | ✔️ |
secretChatroomParticipants | [Int]? | List of participant IDs in secret chatroom | ✔️ |
secretChatroomLeft | Bool? | Whether the user has left the secret chatroom | ✔️ |