10 lines
202 B
Markdown
Raw Normal View History

2023-04-22 16:36:14 +06:00
# InlineQueriesBot
2023-04-21 23:21:15 +06:00
2023-04-22 16:36:14 +06: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 23:21:15 +06:00
## Launch
```bash
2023-04-22 16:36:14 +06:00
../gradlew run --args="BOT_TOKEN"
2023-04-21 23:21:15 +06:00
```