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✔️
replyConversationIdString?ID of the reply conversation✔️
deletedByString?User who deleted the conversation✔️
createdEpochInt?Epoch time when the conversation was created✔️
reactions[Reaction]?List of reactions to the conversation✔️
isAnonymousBool?Whether the conversation was created anonymously✔️
polls[Poll]?Poll options associated with the conversation✔️
deviceIdString?ID of the device that created the conversation✔️
hasFilesBool?Whether the conversation has files✔️
hasReactionsBool?Whether the conversation supports reactions✔️
lastUpdatedString?Timestamp of the last update in the conversation✔️
conversationStatusString?Status of the conversation✔️

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)