Display quick message summaries in channel listings and notifications without loading full message content, optimizing performance and user experience.
PUT /api/v3/network-settings/chat
Attribute | Type | Description |
---|---|---|
messageId | String | Unique identifier of the message |
channelId | String | ID of the channel containing the message |
userId | String | ID of the user who created the message |
type | MessageType | Message type (text, image, file, custom, etc.) |
data | Object | Message content data (text stored in “text” key) |
isDeleted | Boolean | Whether the message has been deleted |
createdAt | Date | Message creation timestamp |
updatedAt | Date | Last message update timestamp |