mirror of
https://github.com/InsanusMokrassar/TelegramBotAPI-examples.git
synced 2024-11-01 14:03:54 +00:00
12 lines
156 B
Markdown
12 lines
156 B
Markdown
|
# PollsBot
|
||
|
|
||
|
This bot will send test poll in the chat where commands will be received. Commands:
|
||
|
|
||
|
|
||
|
|
||
|
## Launch
|
||
|
|
||
|
```bash
|
||
|
../gradlew run --args="BOT_TOKEN"
|
||
|
```
|