📄️ 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 handlers (
📄️ Keyboards
Nutgram provides a better way to create keyboards.
📄️ 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
📄️ Extend
The framework provides multiple ways to extends its functionalities.
📄️ Bulk Messenger
This feature is experimental and it may change in the future.