tock / ai.tock.bot.engine.event / SubscribingEvent

SubscribingEvent

class SubscribingEvent : OneToOneEvent (source)

The "subscribe to application" event.

Constructors

<init>

The "subscribe to application" event.

SubscribingEvent(userId: PlayerId, recipientId: PlayerId, payload: String? = null, applicationId: String)

Properties

payload

an optional payload

val payload: String?