This method renames a private channel.
{ARGS}
Private channel names can only contain lowercase letters, numbers, hyphens, and underscores, and must be 21 characters or less. We will validate the submitted channel name and modify it to meet the above criteria. When calling this method, we recommend storing the channel's name
value that is returned in the response.
{
"ok": true,
"channel": {
"id": "C024BE91L",
"is_group": true,
"name": "new_name",
"created": 1360782804
}
}
Returns the channel ID, name and date created (as a unix timestamp).
{ERRORS}
{WARNINGS}