a84d4905fdbb
latestOpenAPI 3.1.02026-08-143874115.7 MBMessages
Update message
Edit the content, attachments, or pinned status of an existing message in an experience chat, DM, or group chat channel.
Required permissions (one of):
- chat:message:create
- dms:message:manage
- livestream:chat:write
- support_chat:message:create
patch/messages/{id}
Path parameters
idstring required
The unique identifier of the message to update.
Request body
Response
A successful response
Example response
{
"content": "Hey, are you available for a **quick call**?",
"created_at": "2023-12-01T05:00:00.401Z",
"poll_votes": [
{
"count": 42
}
],
"reaction_counts": [
{
"count": 42
}
],
"updated_at": "2023-12-01T05:00:00.401Z",
"user": {
"id": "user_xxxxxxxxxxxxx",
"name": "John Doe",
"username": "johndoe42"
},
"view_count": 42
}