SentMessage: DraftMessage & {
    id: string;
    time: number;
}

A message that has been sent by a user and is stored in the system.

Type declaration

  • id: string

    Unique identifier for the message.

  • time: number

    The time the message was sent (in ms since the epoch).