CreateConversationMessageArgs
type CreateConversationMessageArgs = {
actions?: unknown[];
attachments?: Attachment[];
content: string;
conversationId: number;
};
Properties
actions?
optional actions: unknown[];
attachments?
optional attachments: Attachment[];
content
content: string;
conversationId
conversationId: number;