Conversation
The entity of a conversation, used to contain and store the client's conversation information, corresponding to the conversation in the conversation list.
Author
rongcloud
Types
Properties
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
public long firstUnreadMsgSendTime
Link copied to clipboard
public boolean isTopForTag
Link copied to clipboard
public int mentionedCount
Link copied to clipboard
Link copied to clipboard
public long operationTime
Link copied to clipboard
Link copied to clipboard
public int pushNotificationLevel
Link copied to clipboard
Link copied to clipboard
public int unreadMessageCount
Functions
Link copied to clipboard
Link copied to clipboard
The business identifier of the conversation to which the message belongs.
Link copied to clipboard
Retrieves the channel type of the ultra group conversation.
Link copied to clipboard
Get the conversation title.
Link copied to clipboard
Retrieves the conversation type.
Link copied to clipboard
Gets the timestamp of the first unread message in the conversation (Unix timestamp in milliseconds).
Link copied to clipboard
Retrieves the list of expansion information for the last message.
Link copied to clipboard
Retrieves the content of the last message in the conversation.
Link copied to clipboard
Retrieves the message configuration.
Link copied to clipboard
Retrieves the message direction.
Link copied to clipboard
Retrieve the additional information of the message.
Link copied to clipboard
Retrieves the ID of the last message in this conversation.
Link copied to clipboard
Retrieves the read receipt status of the last message.
Link copied to clipboard
Retrieves the unique message ID from the server (globally unique within the same AppKey).
Link copied to clipboard
Retrieves the count of unread messages in this conversation where you were mentioned.
Link copied to clipboard
Retrieves the latest message of the conversation
Link copied to clipboard
Retrieves the message notification status.
Link copied to clipboard
Gets the name of the message object.
Link copied to clipboard
Gets the operation timestamp (Unix timestamp in milliseconds) for this conversation, used as the timestamp parameter when paginating through the conversation list.
Link copied to clipboard
Get the conversation avatar URL
Link copied to clipboard
Get the Do Not Disturb notification level
Link copied to clipboard
Retrieves the receipt status of the last message in the conversation.
Link copied to clipboard
Retrieves the receive time of the last message in the conversation (Unix timestamp in milliseconds).
Link copied to clipboard
Retrieves the user ID of the message sender.
Link copied to clipboard
Retrieves the name of the user who sent the message.
Link copied to clipboard
Retrieves the send status of the last message in the conversation.
Link copied to clipboard
Get the sending time of the last message in the conversation (Unix timestamp, milliseconds) The sending time is the server time when the message arrives at the server from the sending client.
Link copied to clipboard
Retrieves the conversation ID.
Link copied to clipboard
Get the count of unread @ mentions in this conversation.
Link copied to clipboard
Retrieves the count of unread messages in this conversation where only you are mentioned.
Link copied to clipboard
Get the count of unread messages.
Link copied to clipboard
Indicates whether the message can contain extended information.
Link copied to clipboard
Retrieves the pinned status of the current conversation under this tag.
Link copied to clipboard
Constructor.
Link copied to clipboard
Sets the business identifier of the conversation to which the message belongs.
Link copied to clipboard
Sets the channel type for the ultra group conversation
Link copied to clipboard
Sets the conversation title.
Link copied to clipboard
Sets the conversation type.
Link copied to clipboard
Sets the timestamp of the first unread message in the conversation (Unix timestamp, in milliseconds).
Link copied to clipboard
Sets whether the message can include extended information
Link copied to clipboard
Sets the latest message expansion information list.
Link copied to clipboard
Sets the content of the last message in the conversation.
Link copied to clipboard
Set message configuration
Link copied to clipboard
Sets the message direction.
Link copied to clipboard
Sets the additional information for the message.
Link copied to clipboard
Sets the ID of the last message in this conversation.
Link copied to clipboard
Sets the read receipt status of the last message
Link copied to clipboard
Sets the server message unique ID (globally unique within the same AppKey).
Link copied to clipboard
Sets the count of unread @ messages in this conversation.
Link copied to clipboard
Sets the count of unread @ messages in this conversation that are only for the current user.
Link copied to clipboard
The LatestMessage of the conversation
Link copied to clipboard
Sets the status for retrieving notification messages.
Link copied to clipboard
Sets the name of the message object.
Link copied to clipboard
Sets the operation time for this conversation (Unix timestamp in milliseconds).
Link copied to clipboard
Sets the conversation avatar URL
Link copied to clipboard
Sets the Do Not Disturb notification level
Link copied to clipboard
Sets the received status of the last message in the conversation.
Link copied to clipboard
Sets the received time of the last message in the conversation (Unix timestamp in milliseconds).
Link copied to clipboard
Sets the user ID of the message sender.
Link copied to clipboard
Sets the username of the message sender.
Link copied to clipboard
Sets the sending status of the last message in the conversation.
Link copied to clipboard
Sets the sent time of the last message in the conversation (Unix timestamp in milliseconds).
Link copied to clipboard
Sets the conversation ID.
Link copied to clipboard
Sets the pinned status of the current conversation under this tag.
Link copied to clipboard
Sets the unread message count.
Link copied to clipboard