case class OpenConversationsRequest(channel: Option[String], users: Option[String], return_im: Option[Boolean])
- Value parameters:
- channel
Resume a conversation by supplying an
im
ormpim
's ID. Or provide theusers
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 supplyingusers
.
- Companion:
- object
trait Serializable
trait Product
trait Equals
class Object
trait Matchable
class Any