# callback Inline keyboard with a counter that updates via callback queries. Demonstrates `OnCallback`, `AnswerCallbackQuery`, and `EditMessageText`. ## Run ```bash export TELEGRAM_BOT_TOKEN=... go run ./examples/callback ``` Send `/start` in a chat with the bot.