Skip to content

ppagent / ISourceResponseMessageEventData

Interface: ISourceResponseMessageEventData

Defined in: src/source/source.ts:171

消息源发布的事件,通过websocket传到客户端

Extends

Properties

fromMessage?

optional fromMessage: ISourceChatMessage

Defined in: src/source/source.ts:173


id

id: string

Defined in: src/source/source.ts:142

Inherited from

ISourceEventData.id


me

me: ISourceUserInfo

Defined in: src/source/source.ts:146

Inherited from

ISourceEventData.me


message

message: ISourceChatMessage

Defined in: src/source/source.ts:172


origin?

optional origin: any

Defined in: src/source/source.ts:144

Inherited from

ISourceEventData.origin


source

source: ISource

Defined in: src/source/source.ts:145

Inherited from

ISourceEventData.source


type

type: SourceEventType

Defined in: src/source/source.ts:143

Inherited from

ISourceEventData.type