complete sample with request buttons

This commit is contained in:
2023-02-05 23:43:27 +06:00
parent cfd4e2fcd5
commit 51c2cb1b0e
5 changed files with 249 additions and 3 deletions

9
UserChatShared/README.md Normal file
View File

@@ -0,0 +1,9 @@
# UserChatShared
Use `/start` with bot to get request buttons. Bot will ask you to choose user/chat from your list and send it to him.
## Launch
```bash
../gradlew run --args="BOT_TOKEN[ optional/folder/path]"
```