Represents a streamed message.

StreamedMessage

Hierarchy

  • StreamedMessage

Properties

Properties

content: string

The content of the message.

data?: {
    [key: string]: any;
}

Additional data associated with the message.

Type declaration

  • [key: string]: any
num: number

The number associated with the message.

type: MsgType

The type of the message.

Generated using TypeDoc