MCPcopy Create free account
hub / github.com/botbotrobotics/BotBrain / ChatMessage

Interface ChatMessage

frontend/src/interfaces/ChatMessage.tsx:1–7  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1export interface ChatMessage {
2 id: string;
3 content: string;
4 sender: 'user' | 'robot';
5 timestamp: Date;
6 status?: 'sending' | 'sent' | 'error';
7}

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected