{

"mixin": true,
"group": "channels",
"name": "channels.id",
"desc": "This method returns the ID of a team channel.",
"args": {
  "channel": {
    "required": true,
    "example": "#general",
    "desc": "Channel to get ID for, prefixed with #.",
    "type": "channel"
  }
},
"errors": {
  "channel_not_found": "Value passed for channel was invalid.",
  "not_authed": "No authentication token provided.",
  "invalid_auth": "Invalid authentication token.",
  "account_inactive": "Authentication token is for a deleted user or team."
}

}