MessagePacket

data class MessagePacket(val channelId: String, val payload: ByteArray, val hmac: ByteArray) : MessagingPacket

Constructors

Link copied to clipboard
constructor(channelId: String, payload: ByteArray, hmac: ByteArray)

Properties

Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
open override val type: Byte