📄️ Getting Updates
Currently, the framework mainly supports two different methods to process updates: Polling and Webhook mode.
📄️ Sending Requests
The framework creates a 1:1 mapping of the methods Telegram provides that are directly accessible from the main
📄️ Handlers
Concept
📄️ Middleware
In the framework context, any handler is like a link of chain, so you can easily link together multiple
📄️ Conversations
If you are using the Webhook update mode, you need a persistent cache adapter to use this feature!
📄️ Inline Menu
The InlineMenu class extends Conversation and help you to provide an easy interface to