Conversation
List of parameters accessible in Conversation
model
Variable | Type | Description | Optional |
---|---|---|---|
id | string | Conversation ID | ✔️ |
chatroomId | string | Chatroom ID | ✔️ |
communityId | string | Community ID | |
member | Member | Member object representing the participant | |
answer | string | Conversation answer | |
createdAt | string | Creation timestamp | ✔️ |
state | number | State of the conversation | |
attachments | Attachment[] | List of attachments | ✔️ |
lastSeen | boolean | Indicates if it was last seen | |
ogTags | LinkOGTags | Open Graph Tags | ✔️ |
date | string | Date of the conversation | ✔️ |
isEdited | boolean | Indicates if the conversation was edited | |
memberId | string | Member ID | ✔️ |
replyConversation | string | ID of the reply conversation | ✔️ |
replyConversationId | string | ID of the reply conversation | ✔️ |
lastUpdatedAt | number | Last updated timestamp | |
replyConversationObject | Conversation | Reply conversation object | ✔️ |
deletedBy | string | ID of the member who deleted the conversation | |
createdEpoch | number | Creation epoch timestamp | |
attachmentCount | number | Number of attachments | ✔️ |
attachmentUploaded | boolean | Indicates if attachments were uploaded | |
uploadWorkerUUID | string | UUID of the upload worker | ✔️ |
temporaryId | string | Temporary ID | ✔️ |
localCreatedEpoch | number | Local creation epoch timestamp | ✔️ |
reactions | Reaction[] | List of reactions | ✔️ |
isAnonymous | boolean | Indicates if the conversation is anonymous | |
allowAddOption | boolean | Indicates if adding options is allowed | ✔️ |
pollType | number | Poll type | ✔️ |
pollTypeText | string | Poll type text | ✔️ |
submitTypeText | string | Submit type text | ✔️ |
expiryTime | number | Expiry time | ✔️ |
multipleSelectNo | number | Number of multiple selects | ✔️ |
multipleSelectState | number | Multiple select state | ✔️ |
polls | Poll[] | List of polls | ✔️ |
toShowResults | boolean | Indicates whether to show poll results | ✔️ |
pollAnswerText | string | Poll answer text | ✔️ |
replyChatroomId | string | ID of the chatroom being replied to | ✔️ |
replyId | string | Conversation ID of the conversation being responded to | ✔️ |
deviceId | string | Device ID | ✔️ |
hasFiles | boolean | Indicates if there are attached files | ✔️ |
hasReactions | boolean | Indicates if there are reactions | ✔️ |
lastUpdated | number | Last updated timestamp | ✔️ |
deletedByMember | Member | Member who deleted the conversation | ✔️ |
deletedByUserId | string | ID of the member who deleted the conversation | ✔️ |
userId | string | User ID | ✔️ |
cardId | string | Card ID | ✔️ |
isInProgress | string | Indicates that the conversation is actively being transmitted | ✔️ |
Link OG Tags
List of parameters accessible in LinkOGTags
model
Variable | Type | Description | Optional |
---|---|---|---|
title | string | Title | ✔️ |
image | string | Image | :heavy_checkmark: |
description | string | Description | ✔️ |
url | string | URL | ✔️ |
Polls
List of parameters accessible in Polls
model
Variable | Type | Description | Optional |
---|---|---|---|
id | string | ID | |
text | string | Text | |
isSelected | boolean | Indicates if it's selected | ✔️ |
percentage | number | Percentage | ✔️ |
subText | string | Subtext | ✔️ |
noVotes | number | Number of votes | ✔️ |
member | Member | Member | ✔️ |
userId | string | User ID | ✔️ |
Reactions
List of parameters accessible in Reactions
model
Variable | Type | Description | Optional |
---|---|---|---|
member | Member | Member | ✔️ |
reaction | string | Reaction |