# inline Demonstrates inline-mode queries. Enable inline mode for your bot via [@BotFather](https://t.me/BotFather) (`/setinline`). ## Run ```bash export TELEGRAM_BOT_TOKEN=... go run ./examples/inline ``` In any Telegram chat, type `@yourbot something` to see two results: an echo and an UPPERCASE'd version.