ApichatWebhookMessage

  • A single APIchat webhook message (flat fields, discriminated on type). Observed bot-side: text, dialog, image.

    A single APIchat webhook message (flat fields, discriminated on type). Observed bot-side: text, dialog, image.

    • type
      Discriminator
      enum
      const:  
      text
      required
      values
      • text
    • message
      Type: string
      required

      Text content — flat on the message, no data.body wrapper.

    • timestamp
      Type: number
      required

      Unix epoch seconds with fractional microseconds (e.g. 1780054017.039184). Not a string, not milliseconds.