NovaGram An elegant, Object-Oriented, reliable PHP Telegram Bot Interface • Example An example code of a simple bot. Works with both getUpdates and Webhooks use skrtdev\NovaGram\Bot; use skrtdev\Telegram\Message; $Bot = new Bot("YOUR_TOKEN"); $Bot->onCommand("start", function (Message $message) use