tock / ai.tock.bot.connector.twitter.model.outcoming / AbstractOutcomingEvent

AbstractOutcomingEvent

abstract class AbstractOutcomingEvent (source)

OutcomingEvent object

Constructors

<init>

OutcomingEvent object

AbstractOutcomingEvent()

Functions

playerId

abstract fun playerId(playerType: PlayerType): PlayerId

recipientId

abstract fun recipientId(playerType: PlayerType): PlayerId

toGenericMessage

abstract fun toGenericMessage(): GenericMessage

Inheritors

DirectMessageOutcomingEvent

Direct Message OutcomingEvent

data class DirectMessageOutcomingEvent : AbstractOutcomingEvent