InviteConversationsAdminRequest

case class InviteConversationsAdminRequest(user_ids: String, channel_id: String)
Value parameters:
channel_id

The channel that the users will be invited to.

user_ids

The users to invite.

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