Skip to main content

Type Alias: MessageUpsertType

MessageUpsertType: "append" | "notify"

Defined in: src/Types/Message.ts:269

Type of message upsert

  1. notify => notify the user, this message was just received
  2. append => append the message to the chat history, no notification required