Message Digest Info
Constructors
Link copied to clipboard
public void MessageDigestInfo(ConversationType conversationType, String targetId, String channelId, String messageUid, long sentTime, boolean isMentionAll)
Properties
Link copied to clipboard
public ConversationType conversationType
Conversation Type
Link copied to clipboard
public boolean isMentionAll
Indicates whether the message @mention type is @everyone.
Link copied to clipboard
The globally unique ID of the message (server message unique ID, globally unique under the same AppKey)
Link copied to clipboard
Message type corresponding to messageUid
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 conversation type.
Link copied to clipboard
Retrieves the unique message ID from the server (globally unique within the same AppKey).
Link copied to clipboard
The message type corresponding to messageUid
Link copied to clipboard
Gets the timestamp of the last message in the conversation (Unix timestamp in milliseconds).
Link copied to clipboard
Get the conversation ID.
Link copied to clipboard
Link copied to clipboard
Sets the business identifier of the conversation to which the message belongs.
Link copied to clipboard
Sets the conversation type.
Link copied to clipboard
Link copied to clipboard
Sets the server message unique ID (globally unique within the same AppKey).
Link copied to clipboard
Sets the message type, which must match the type of the message corresponding to the messageUid.
Link copied to clipboard
Sets the sent time of the last message in the conversation (Unix timestamp, milliseconds).
Link copied to clipboard
Sets the conversation ID.
Link copied to clipboard