Skip to main content

ChatRequest

@codebolt/types


Interface: ChatRequest

Defined in: common/types/src/codeboltjstypes/libFunctionTypes/chat.ts:105

Chat request structure for WebSocket communication

Indexable

[key: string]: unknown

Properties

PropertyTypeDefined in
message?stringcommon/types/src/codeboltjstypes/libFunctionTypes/chat.ts:107
payload?Record<string, unknown>common/types/src/codeboltjstypes/libFunctionTypes/chat.ts:109
threadId?stringcommon/types/src/codeboltjstypes/libFunctionTypes/chat.ts:108
typestringcommon/types/src/codeboltjstypes/libFunctionTypes/chat.ts:106