CreateConversationsRequest

case class CreateConversationsRequest(name: Option[String], is_private: Option[Boolean])
Value parameters:
is_private

Create a private channel instead of a public one

name

Name of the public or private channel to create

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