product:chat
Ephemeral message update
Updates message fields without storing in database, only sends update event
Sends events:
- message.updated
patch/messages/{id}/ephemeral
Path parameters
idstring required
Request body
Response
Successful response
Example response
{
"message": {
"draft": {
"channel": {
"config": {
"partition_ttl": "24h"
}
}
},
"reminder": {
"channel": {
"config": {
"partition_ttl": "24h"
}
}
},
"shared_location": {
"channel": {
"config": {
"partition_ttl": "24h"
}
}
}
}
}