product:chat
Undelete message
Undelete a message that was previously soft-deleted
Sends events:
- message.undeleted
post/messages/{id}/undelete
Path parameters
idstring required
Message ID
Request body
Response
Response
Example response
{
"message": {
"draft": {
"channel": {
"config": {
"partition_ttl": "24h"
}
}
},
"reminder": {
"channel": {
"config": {
"partition_ttl": "24h"
}
}
},
"shared_location": {
"channel": {
"config": {
"partition_ttl": "24h"
}
}
}
}
}