mirror of
https://github.com/InsanusMokrassar/TelegramBotAPI-examples.git
synced 2024-11-01 14:03:54 +00:00
10 lines
143 B
Markdown
10 lines
143 B
Markdown
# ChatAvatarSetter
|
|
|
|
This bot will set the chat avatar based on the image sent to bot
|
|
|
|
## Launch
|
|
|
|
```bash
|
|
../gradlew run --args="BOT_TOKEN"
|
|
```
|