{

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

}