mirror of
https://github.com/InsanusMokrassar/TelegramBotAPI-examples.git
synced 2024-11-01 14:03:54 +00:00
11 lines
173 B
Markdown
11 lines
173 B
Markdown
|
# MemberUpdatedWatcherBot
|
||
|
|
||
|
This bot will watch for some ChatMemberUpdated events using new extensions from 18.0.0
|
||
|
|
||
|
|
||
|
## Launch
|
||
|
|
||
|
```bash
|
||
|
../gradlew run --args="BOT_TOKEN"
|
||
|
```
|