📄️ Asynchronous Requests
By default, sending an API request to Telegram Bot API will be a synchronous request, and block the execution of the script until it gets a response from the server or timeouts after 60 secs (throwing a Guzzle exception).
📄️ Extensions
Here are some of the extensions that you can add to your projects along with this SDK to avail additional features. Some of the extensions are developed by the third-party developers who are also the users of this SDK. Any issues with their extension, You should report to them directly on their project repo.