Skip to content

export Enum

Endpoint ​

Available methods for parsing and receiving updates from Telegram.

Properties ​

MemberValueDescription
Poll0Default long polling method.
UpdatePacket2If you have your own method of receiving updates, you can manually send updates to the client instead.
Webhook1Instead of long polling, opens a webhook endpoint to receive updates.