case class UpdateUsergroupsRequest(usergroup: String, handle: Option[String], description: Option[String], channels: Option[String], include_count: Option[Boolean], name: Option[String])
- Value parameters:
- channels
A comma separated string of encoded channel IDs for which the User Group uses as a default.
- description
A short description of the User Group.
- handle
A mention handle. Must be unique among channels, users and User Groups.
- include_count
Include the number of users in the User Group.
- name
A name for the User Group. Must be unique among User Groups.
- usergroup
The encoded ID of the User Group to update.
- Companion:
- object
trait Serializable
trait Product
trait Equals
class Object
trait Matchable
class Any