TelegramBotAPI-examples/UserChatShared/README.md

10 lines
194 B
Markdown
Raw Permalink Normal View History

2023-02-05 17:43:27 +00:00
# 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
2023-02-06 06:11:02 +00:00
../gradlew run --args="BOT_TOKEN"
2023-02-05 17:43:27 +00:00
```