Type alias ChatMessage

ChatMessage: {
    content: string;
    from_player: boolean;
    timestamp: string;
}

Type declaration

  • content: string
  • from_player: boolean
  • timestamp: string