# conversation Multi-step conversation flow demonstrating `dispatch/conversation`. Send `/newbot` to start; reply with a name then a description. Send `/cancel` at any point to abort. ## Run ```bash export TELEGRAM_BOT_TOKEN=... go run ./examples/conversation ```