CreateConversationsAdminRequest

case class CreateConversationsAdminRequest(name: String, is_private: Boolean, description: Option[String], org_wide: Option[Boolean], team_id: Option[String])
Value parameters:
description

Description of the public or private channel to create.

is_private

When true, creates a private channel instead of a public channel

name

Name of the public or private channel to create.

org_wide

When true, the channel will be available org-wide. Note: if the channel is not org_wide=true, you must specify a team_id for this channel

team_id

The workspace to create the channel in. Note: this argument is required unless you set org_wide=true.

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