Skip to main content

Conversation

Conversation

VARIABLETYPEDESCRIPTIONOPTIONAL
idString?Unique identifier of the conversation✔️
chatroomIdString?ID of the chatroom associated with the conversation✔️
communityIdString?ID of the community associated with the conversation✔️
memberMember?The member who created the conversation✔️
answerStringThe answer text for the conversation
createdAtString?Date when the conversation was created✔️
stateConversationStateThe state of the conversation
attachments[Attachment]?List of attachments in the conversation✔️
lastSeenBool?Whether the conversation has been seen✔️
ogTagsLinkOGTags?Open Graph tags associated with links in the conversation✔️
dateString?Date related to the conversation✔️
isEditedBool?Whether the conversation has been edited✔️
memberIdString?ID of the member who created the conversation✔️
replyConversationIdString?ID of the reply conversation✔️
replyConversationConversation?The conversation being replied to✔️
deletedByString?User who deleted the conversation✔️
createdEpochInt?Epoch time when the conversation was created✔️
attachmentCountInt?Number of attachments in the conversation✔️
attachmentUploadedBool?Whether all attachments have been uploaded✔️
uploadWorkerUUIDString?UUID of the worker handling attachment uploads✔️
temporaryIdString?Temporary ID before server sync✔️
localCreatedEpochInt?Local creation timestamp for offline messages✔️
reactions[Reaction]?List of reactions to the conversation✔️
isAnonymousBool?Whether the conversation was created anonymously✔️
allowAddOptionBool?Whether users can add new poll options✔️
pollTypeInt?Type of poll (single/multiple choice)✔️
pollTypeTextString?Display text for poll type✔️
submitTypeTextString?Display text for submit action✔️
expiryTimeInt?Timestamp when poll expires✔️
multipleSelectNumInt?Number of options that can be selected✔️
multipleSelectStateInt?Current state of multiple selection✔️
polls[Poll]?Array of poll options and responses✔️
toShowResultsBool?Whether poll results should be visible✔️
pollAnswerTextString?Text representation of poll answer✔️
replyChatroomIdString?ID of chatroom being replied to✔️
deviceIdString?ID of device that created the conversation✔️
hasFilesBool?Whether conversation contains file attachments✔️
hasReactionsBool?Whether conversation has any reactions✔️
lastUpdatedInt?Timestamp of last update✔️
deletedByMemberMember?Member who deleted the conversation✔️
conversationStatusConversationStatus?Current status of the conversation✔️
widgetIdStringID of associated widget
widgetWidget?Associated widget object✔️
attachmentUploadedEpochInt?Timestamp when attachments were uploaded✔️

Conversation State

StateValue
unknown-1
normal0
chatRoomHeader1
chatRoomFollowed2
chatRoomUnFollowed3
chatRoomCreater4
chatRoomEdited5
chatRoomJoined6
chatRoomAddParticipants7
chatRoomLeaveSeperator8
chatRoomRemoveSeperator9
microPoll10
addAllMembers11
chatRoomCurrentTopic12
directMessageMemberRemovedOrLeft13
directMessageCMRemoved14
directMessageMemberBecomesCMDisableChat15
directMessageCMBecomesMemberEnableChat16
directMessageMemberBecomesCMEnableChat17
directMessageMemberRequestRejected19
directMessageMemberRequestApproved20
chatroomDataHeader111
VARIABLETYPEDESCRIPTIONOPTIONAL
titleString?The title of the Open Graph link✔️
imageString?The image associated with the Open Graph link✔️
descriptionString?The description of the Open Graph link✔️
urlString?The URL of the Open Graph link✔️

Poll

VARIABLETYPEDESCRIPTIONOPTIONAL
idString?Unique identifier of the poll✔️
textString?Text of the poll option✔️
isSelectedBool?Indicates if the option is selected✔️
percentageDouble?Percentage of votes for this option✔️
subTextString?Subtext or additional information for the poll option✔️
noVotesInt?Number of votes for this option✔️
memberUser?User who created the poll option✔️
userIdString?ID of the user who created the poll option✔️
conversationIdString?ID of the conversation to which this poll belongs✔️

Reaction

VARIABLETYPEDESCRIPTIONOPTIONAL
memberMember?The member who reacted:heavy_check_mark
reactionStringThe reaction expressed (e.g., like, love)