Class MessagePayload

Represents the payload of a message, which can either be a string or bytes.

Hierarchy

  • MessagePayload

Constructors

Properties

Constructors

Properties

bytes?: ModuleBytes

The bytes payload of the message, if available.

string?: string

The string payload of the message, if available.

Generated using TypeDoc