A private channel was renamed
{
"type": "group_rename",
"channel": {
"id":"G02ELGNBH",
"name":"new_name",
"created":1360782804
}
}
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.
When an event occurs, we will send an HTTP POST request to your Request URL. The outer payload is uniform across all Events API methods, and contains fields like team_id
and event
. Learn more