Message type
Message content
The user ID of the message sender
Conversation ID
Business identifier of the conversation
Conversation type
The timestamp when the message was sent on the server.
Message reception time, which is calculated locally based on the sentTime
value of the message. Not recommended for use.
Server-side stored message ID
Message direction
Whether to store\n * @defaultValue true
Whether to count
Indicates whether it is an offline message. Not applicable in ultra group conversations.
Indicates whether it is a @ mention message
Whether the message is silent
Indicates whether it is a status message
Supports message extension
Message extension
Message receiving status Indicates a single status only. It is recommended to use receivedStatusInfo to determine the message receiving status.
Message receiving status details
Recommended for use. The receivedStatusInfo
value provides more detailed information and can represent multiple receiving states simultaneously.
Indicates the message sending status. On the Electron platform, this can be automatically updated by the SDK or manually set by the user. On the web platform, the SDK only supports updating the status to "Sending," "Sent," and "Failed to send.
Group read receipt information (V1 version is IReadReceiptResponseInfo, V4 version is IReadReceiptInfo)
Push notification extensions
Message local ID, a field unique to the Electron platform.
Super Group-specific field, indicating whether there is a gap in message continuity. The server may experience gaps when receiving a large volume of messages. This flag is used to indicate such gaps, requiring clients to manually retrieve historical messages.
Ultra group-specific field, indicates whether the message has been modified when retrieving historical messages (only valid for ultra groups).
Super group-specific field, indicates whether the message is of a super group channel type when pulling historical messages (valid only for super groups).
Targeted user list (Only supported for group chat and ultra group)
Prohibits updating to the latest message in the conversation. Default is false
: updates, true
: does not update.
Structure of messages received by users