slack-edge icon indicating copy to clipboard operation
slack-edge copied to clipboard

`actor_id` in ChannelDeletedEvent

Open StephenTangCook opened this issue 1 year ago • 0 comments

I have observed that the ChannelDeletedEvent (when a Slack channel is deleted) payload contains actor_id for the user that deleted the channel, although this is not doc'd on the API page. Is this a reliable property?

Example:

{
  "channel": "C07QF2RK0FZ",
  "actor_id": "U060JP64TQZ",
  "type": "channel_deleted",
  "event_ts": "1728097096.002700"
}

StephenTangCook avatar Oct 05 '24 17:10 StephenTangCook