CreateUsergroupsRequest

case class CreateUsergroupsRequest(name: String, channels: Option[String], description: Option[String], handle: Option[String], include_count: Option[Boolean])
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 each User Group.

name

A name for the User Group. Must be unique among User Groups.

Companion:
object
trait Serializable
trait Product
trait Equals
class Object
trait Matchable
class Any

Value members

Inherited methods

def productElementNames: Iterator[String]
Inherited from:
Product
def productIterator: Iterator[Any]
Inherited from:
Product