Skip to main content

channel_unarchive event

A channel was unarchived

Facts

Required Scopes
No scopes required!
Compatible APIs

Usage info

This example includes both the event wrapper and the event structure for the channel_unarchive event.

{
"token": "XXYYZZ",
"team_id": "T123ABC456",
"api_app_id": "A123ABC456",
"event": {
"type": "channel_unarchive",
"channel": "C123ABC456",
"user": "U123ABC456"
},
"type": "event_callback",
"authorizations": [
{
"team_id": "T123ABC456",
"user_id": "U123ABC456",
"is_bot": false,
"is_enterprise_install": false,
}
],
"event_id": "Ev123ABC456",
"event_time": 123456789
}

The channel_unarchive event is sent to all connections for a workspace when a public channel is unarchived. Clients can use this to update their local list of channels.