group_rename event
A private channel was renamed
Facts
Required Scopes
Usage info
This example includes both the event wrapper and the event structure for the group_rename event.
{
"token": "XXYYZZ",
"team_id": "T123ABC456",
"api_app_id": "A123ABC456",
"event": {
"type": "group_rename",
"channel": {
"id": "G02ELGNBH",
"name": "new_name",
"created": 1360782804
}
},
"type": "event_callback",
"authed_users": [
"U123ABC456",
"U222222222"
],
"event_id": "Ev123ABC456",
"event_time": 123456789
}
When a private channel is renamed, the group_rename event is sent to all connections for members of a private channel. Clients can use this to update their local list of private channels.