IncomingMessage: {
    authorId: string;
    content: string;
    roomId: string;
}

A message received by the system but not yet stored, executed or dispatched to clients.

Type declaration

  • authorId: string

    The ID of the author of the message.

  • content: string

    The text content of the message.

  • roomId: string

    The room the message was sent to.