Skip to main content

UpdateConversationMessageArgs

type UpdateConversationMessageArgs = {
attachments?: unknown[];
content: string;
id: number;
};

Properties

attachments?

optional attachments: unknown[];

content

content: string;

id

id: number;