mirror of
https://github.com/InsanusMokrassar/TelegramBotAPI-examples.git
synced 2024-11-01 14:03:54 +00:00
10 lines
168 B
Markdown
10 lines
168 B
Markdown
# BusinessConnectionBotBot
|
|
|
|
When bot connected or disconnected to the business chat, it will notify this chat
|
|
|
|
## Launch
|
|
|
|
```bash
|
|
../gradlew run --args="BOT_TOKEN"
|
|
```
|