Options
All
  • Public
  • Public/Protected
  • All
Menu

Interface UnknownEvent

An unknown message met.

guides

Check official reference.

eventcategory

'unknown'

eventtype

'unknown'

Hierarchy

  • EventObject<"unknown", "unknown">
  • EventBase
  • Unknown
    • UnknownEvent

Index

Properties

botId: number
category: "unknown"
channel: null
platform: "telegram"
type: "unknown"
updateId: string

The update's unique identifier. Update identifiers start from a certain positive number and increase sequentially. This ID becomes especially handy if you're using Webhooks, since it allows you to ignore repeated updates or to restore the correct update sequence, should they get out of order. If there are no new updates for at least a week, then identifier of the next update will be chosen randomly instead of sequentially.

user: null

Generated using TypeDoc