Parameter | Description |
---|---|
Channel ID | Channel containing the message to be deleted. |
Timestamp | Timestamp of the message to be deleted. |
{
"ok": true,
"channel": "<string>",
"ts": "<string>",
"warning": "<string>",
"response_metadata": {
"warnings": [
"<string>"
]
}
}
Was this page helpful?