Type alias MessageUpsertType

MessageUpsertType: "append" | "notify"

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

Generated using TypeDoc