SlackEventStructure

slack.models.SlackEventStructure
case class SlackEventStructure(token: String, team_id: String, api_app_id: String, event: SlackEvent, `type`: String, authed_teams: Option[List[String]], authed_users: Option[List[String]], event_id: String, event_time: Long)

Attributes

Graph
Supertypes
trait Serializable
trait Product
trait Equals
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