TelegramBotAPI-examples/RightsChangerBot/README.md

13 lines
335 B
Markdown
Raw Normal View History

2023-02-06 02:42:20 +00:00
# RightsChanger
2023-02-06 06:11:02 +00:00
All the commands should be called with reply to some common user.
* Use `/simple` with bot to get request buttons for non-independent permissions change
* Use `/granular` with bot to get request buttons for independent permissions change
2023-02-06 02:42:20 +00:00
## Launch
```bash
2023-02-06 06:11:02 +00:00
../gradlew run --args="BOT_TOKEN allowed_user_id_long"
2023-02-06 02:42:20 +00:00
```