Creates an instance of PollingClient.
The Telegram client instance.
Optional
offset: numberThe initial offset for polling.
Readonly
clientIndicates whether the polling client is closed.
The offset used to keep track of the latest updates.
Polls for new updates from Telegram.
The polling options.
Starts the polling process to receive updates from Telegram.
Optional
options: { The polling options.
Optional
allowedOptional
dropOptional
limit?: numberOptional
offset?: numberOptional
timeout?: number
Represents a client for handling Telegram updates using long polling.