mirror of
https://github.com/InsanusMokrassar/TelegramBotAPI-examples.git
synced 2024-10-31 21:43:54 +00:00
10 lines
174 B
Markdown
10 lines
174 B
Markdown
|
# StickerSetHandler
|
||
|
|
||
|
Send sticker to this bot to form your own stickers set. Send /delete to delete this sticker set
|
||
|
|
||
|
## How to run
|
||
|
|
||
|
```bash
|
||
|
./gradlew run --args="TOKEN"
|
||
|
```
|