Skip to main content

UserMessage

@codebolt/types


Interface: UserMessage

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

Properties

PropertyTypeDefined in
data{ [key: string]: any; text: string; }common/types/src/codeboltjstypes/libFunctionTypes/chat.ts:38
data.textstringcommon/types/src/codeboltjstypes/libFunctionTypes/chat.ts:39
messageFlatUserMessagecommon/types/src/codeboltjstypes/libFunctionTypes/chat.ts:32
messageIdstringcommon/types/src/codeboltjstypes/libFunctionTypes/chat.ts:42
sender{ senderInfo: Record<string, any>; senderType: string; }common/types/src/codeboltjstypes/libFunctionTypes/chat.ts:33
sender.senderInfoRecord<string, any>common/types/src/codeboltjstypes/libFunctionTypes/chat.ts:35
sender.senderTypestringcommon/types/src/codeboltjstypes/libFunctionTypes/chat.ts:34
templateTypestringcommon/types/src/codeboltjstypes/libFunctionTypes/chat.ts:37
threadIdstringcommon/types/src/codeboltjstypes/libFunctionTypes/chat.ts:43
timestampstringcommon/types/src/codeboltjstypes/libFunctionTypes/chat.ts:44
typestringcommon/types/src/codeboltjstypes/libFunctionTypes/chat.ts:31