@cbnsndwch/zero-sources

ISystemMessage interface

Home > @cbnsndwch/zrocket-contracts > ISystemMessage

ISystemMessage interface

A message that is a control message or an event in the channel

Signature:

interface ISystemMessage extends IMessageBase

Extends: IMessageBase

Properties

Property

Modifiers

Type

Description

data?

Dict

(Optional) (Optional) Data associated with the system message. Schema depends on the type of system message and is not yet strictly enforced. This may change later one

t

SystemMessageType

The type of system message

How was this page?