mirror of
https://github.com/InsanusMokrassar/TelegramBotAPI-examples.git
synced 2024-10-31 21:43:54 +00:00
13 lines
335 B
Markdown
13 lines
335 B
Markdown
# RightsChanger
|
|
|
|
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
|
|
|
|
## Launch
|
|
|
|
```bash
|
|
../gradlew run --args="BOT_TOKEN allowed_user_id_long"
|
|
```
|