📄️ Events
When telegram send any type of update, this library converts it to an instance of the Update object, an to listen to it you need to create a event of the update type
📄️ Context
This is a special object that contain all information of the update.
📄️ Logger
You can use any implementation of PSR-3 logger. This library provides a especial logger called \Mateodioev\TgHandler\Log\Logger
📄️ Middlewares
Middleware is executed before an event, and the result will send to the same event
📄️ Filters
Filter are similar to middlewares but with the difference that only has access to the context an no the api.
📄️ Buttons
🗃️ Commands
4 items
📄️ Running methods
Webhooks