OpenConversationsRequest

case class OpenConversationsRequest(channel: Option[String], users: Option[String], return_im: Option[Boolean])
Value parameters:
channel

Resume a conversation by supplying an im or mpim's ID. Or provide the users field instead.

return_im

Boolean, indicates you want the full IM channel definition in the response.

users

Comma separated lists of users. If only one user is included, this creates a 1:1 DM. The ordering of the users is preserved whenever a multi-person direct message is returned. Supply a channel when not supplying users.

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