-
-
Notifications
You must be signed in to change notification settings - Fork 14
Expand file tree
/
Copy pathgroup_rename.json
More file actions
20 lines (20 loc) · 698 Bytes
/
group_rename.json
File metadata and controls
20 lines (20 loc) · 698 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
{
"name": "group_rename",
"desc": "A private channel was renamed.",
"long_desc": "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",
"example": {
"type": "group_rename",
"channel": {
"id": "G02ELGNBH",
"name": "new_name",
"created": 1360782804
}
},
"scopes": [
"groups:read"
],
"APIs": [
"Events",
"RTM"
]
}