📄️ General Information
Before reading this documentation I recommend having a look at Telegram Docs.
📄️ Getting Updates
As mentioned in the introduction, the Bot class provides a method to get updates.
📄️ Download Files
Since each request like $bot->method([]) is made using the /bot/{method} endpoint, the library provides a method to download files with /file/bot{TOKEN}/{PATH}.
📄️ Security
When working with the Telegram API is always a good practise to set a secret_token when setting up the webhook.