English
Appearance
bot.use((context, next) => { // ... });
bot.on("message", (context, next) => { // ... }); // or bot.on(["message", "callback_query"], (context, next) => { // ... });
You can read API Reference for contexts here.