ReceivedMessageFromTargetParameter

@Serializable
data class ReceivedMessageFromTargetParameter(val sessionId: String, val message: String, val targetId: String? = null)

Notifies about a new protocol message received from the session (as reported in attachedToTarget event).

Constructors

Link copied to clipboard
constructor(sessionId: String, message: String, targetId: String? = null)

Properties

Link copied to clipboard
Link copied to clipboard

Identifier of a session which sends a message.

Link copied to clipboard
val targetId: String? = null

Deprecated.