Package version:

Interface SendToGroupMessage

Send to group message

Hierarchy

Properties

ackId?: number

Optional ack id. If specified, an AckMessage with success or not will be returned with the same ackId

data: JSONTypes | ArrayBuffer

The data

The data type

group: string

The group to send

kind: "sendToGroup"

Message type

noEcho: boolean

Whether the message needs to echo to sender

Generated using TypeDoc