Represent a conversation
id |
---|
The conversation ID |
name |
The name of the conversation |
isGroup |
Used to specify a Chat 1-1 or GroupChat conversation |
updatedAt |
The update datetime of the conversation |
lastMsgSender |
The user ID of the last sender of the conversation |
lastMsgContent |
The content of the last message of the conversation |
lastMsgType |
The type of the last message of the conversation |
lastMsgId |
The identifier of the last message of the conversation |
unreadCount |
Count of total unread messages of the conversation |
participants |
A set of participants of the conversation |
creator |
The user who created the conversation. |
created |
The conversation is created at this timestamp. |