PusherEventAny

@Serializable
data class PusherEventAny(val event: String, val data: JsonElement? = null, val channel: String)

Constructors

Link copied to clipboard
constructor(event: String, data: JsonElement? = null, channel: String)

Properties

Link copied to clipboard
Link copied to clipboard
val data: JsonElement?
Link copied to clipboard