TelegramBotAPI-examples/InlineQueriesBot/README.md

10 lines
202 B
Markdown
Raw Normal View History

2023-04-22 10:36:14 +00:00
# InlineQueriesBot
2023-04-21 17:21:15 +00:00
2023-04-22 10:36:14 +00:00
This bot will form the inline queries for you. For that feature you should explicitly enable inline queries in bot settings
2023-04-21 17:21:15 +00:00
## Launch
```bash
2023-04-22 10:36:14 +00:00
../gradlew run --args="BOT_TOKEN"
2023-04-21 17:21:15 +00:00
```