mirror of
https://github.com/InsanusMokrassar/TelegramBotAPI-examples.git
synced 2024-11-01 05:53:54 +00:00
10 lines
202 B
Markdown
10 lines
202 B
Markdown
# InlineQueriesBot
|
|
|
|
This bot will form the inline queries for you. For that feature you should explicitly enable inline queries in bot settings
|
|
|
|
## Launch
|
|
|
|
```bash
|
|
../gradlew run --args="BOT_TOKEN"
|
|
```
|