Message Preview
curl --location --request PUT 'https://apix.sg.amity.co/api/v3/network-settings/chat' \
--header 'accept: application/json' \
--header 'Content-Type: application/json' \
--header 'Authorization: Bearer xxx' \
--data '{
"isAllowMentionedChannelEnabled": false,
"messagePreviewSetting": {
"enabled": true,
"isIncludeDeleted": false
},
"isAllowAdminViewConversationMessage": true,
"isAllowAdminManageConversationMessage": true
}'Message Previews in Applications
Message Preview attributes
Name
Data Type
Description
Attributes
Channel message preview
Subchannel message preview
Last updated
Was this helpful?