SubteamMembersChanged

slack.models.SubteamMembersChanged
case class SubteamMembersChanged(subteam_id: String, team_id: String, added_users: Seq[String], removed_users: Seq[String]) extends SlackEvent

Attributes

Graph
Supertypes
trait Serializable
trait Product
trait Equals
trait SlackEvent
class Object
trait Matchable
class Any
Show all

Members list

Value members

Inherited methods

def productElementNames: Iterator[String]

Attributes

Inherited from:
Product
def productIterator: Iterator[Any]

Attributes

Inherited from:
Product