Webhooks
Edits a webhook message
Edits a message sent by a webhook
patch/webhooks/{webhook_id}/{token}/{message_id}
Path parameters
webhook_idstring required
tokenstring required
message_idstring required
Request body
Response
Example response
{
"member": {
"joined_at": "1970-01-01T00:00:00Z",
"timeout": "1970-01-01T00:00:00Z"
},
"system": {
"finished_at": "1970-01-01T00:00:00Z"
},
"edited": "1970-01-01T00:00:00Z"
}