Chatroom
List of parameters accessible in Chatroom
model
Variable | Type | Description | Optional |
---|---|---|---|
member | Member | Member | |
id | string | Chatroom ID | |
title | string | Title | |
createdAt | number | Creation Timestamp | ✔️ |
answerText | string | Answer Text | ✔️ |
state | number | Chatroom State | |
unseenCount | number | Unseen Count | ✔️ |
shareUrl | string | Share URL | ✔️ |
communityId | string | Community ID | ✔️ |
communityName | string | Community Name | ✔️ |
type | number | Chatroom Type | ✔️ |
about | string | About | ✔️ |
header | string | Header | ✔️ |
showFollowTelescope | boolean | Show Follow Telescope | |
showFollowAutoTag | boolean | Show Follow AutoTag | |
cardCreationTime | string | Card Creation Time | ✔️ |
participantsCount | string | Participants Count | ✔️ |
totalResponseCount | string | Total Response Count | ✔️ |
muteStatus | boolean | Mute Status | |
followStatus | boolean | Follow Status | ✔️ |
hasBeenNamed | boolean | Has Been Named | |
hasReactions | boolean | Has Reactions | ✔️ |
date | string | Date | ✔️ |
isTagged | boolean | Is Tagged | ✔️ |
isPending | boolean | Is Pending | ✔️ |
isPrivateMember | boolean | Is Private Member | ✔️ |
isPinned | boolean | Is Pinned | ✔️ |
isDeleted | boolean | Is Deleted | ✔️ |
userId | string | User ID | ✔️ |
deletedBy | string | Deleted By | ✔️ |
deletedByMember | Member | Deleted By Member | ✔️ |
deletedByUserId | string | Deleted By User ID | ✔️ |
updatedAt | number | Updated Timestamp | ✔️ |
lastSeenConversationId | string | Last Seen Conversation ID | ✔️ |
lastConversationId | string | Last Conversation ID | ✔️ |
dateEpoch | number | Date Epoch | ✔️ |
isSecret | boolean | Is Secret | ✔️ |
secretChatroomParticipants | number[] | Secret Chatroom Participants | ✔️ |
secretChatroomLeft | boolean | Secret Chatroom Left | ✔️ |
topicId | string | Topic ID | ✔️ |
topic | Conversation | Topic | ✔️ |
autoFollowDone | boolean | Auto Follow Done | ✔️ |
isEdited | boolean | Is Edited | ✔️ |
access | number | Access | ✔️ |
memberCanMessage | boolean | Member Can Message | ✔️ |
chatroomWithUserId | number | Chatroom With User ID | ✔️ |
chatroomWithUserName | string | Chatroom With User Name | ✔️ |
chatroomWithUser | Member | Chatroom With User | ✔️ |
cohorts | Cohort[] | Cohorts | ✔️ |
externalSeen | boolean | External Seen | ✔️ |
unreadConversationCount | number | Unread Conversation Count | ✔️ |
chatroomImageUrl | string | Chatroom Image URL | ✔️ |
accessWithoutSubscription | boolean | Access Without Subscription | ✔️ |
totalAllResponseCount | string | Total All Response Count | ✔️ |
isConversationStored | boolean | Is Conversation Stored | ✔️ |
chatRequestState | number | Chat Request State | ✔️ |
chatRequestedBy | Member | Chat Requested By | ✔️ |
chatRequestCreatedAt | number | Chat Request Created At | ✔️ |
chatRequestedById | number | Chat Requested By ID | ✔️ |
Chatroom Actions
List of parameters accessible in ChatroomActions
model
Variable | Type | Description | Optional |
---|---|---|---|
id | number | Chatroom Id | |
title | string | Chatroom Title |
Cohort
List of parameters returned in Cohort
Variable | Type | Description | Optional |
---|---|---|---|
id | number | Cohort ID | ✔️ |
totalMembers | number | Total Members | ✔️ |
name | string | Name | ✔️ |
members | Member[] | List of Members | ✔️ |