This is a pure PHP Telegram Bot, fully extensible via plugins.
Telegram announced official support for a Bot API, allowing integrators of all sorts to bring automated interactions to the mobile platform.
This Bot aims to provide a platform where one can simply write a bot and have interactions in a matter of minutes.
The Bot can:
• Retrieve updates with webhook and getUpdates methods.
• Supports all types and methods according to Telegram Bot API 4.9 (June 2020).
• Supports supergroups.
• Handle commands in chat with other bots.
• Manage Channel from the bot admin interface.
• Full support for inline bots.
• Inline keyboard.
• Messages, InlineQuery and ChosenInlineQuery are stored in the Database.
• Conversation feature.