mirror of
https://github.com/InsanusMokrassar/TelegramBotAPI-examples.git
synced 2024-11-01 05:53:54 +00:00
10 lines
182 B
Markdown
10 lines
182 B
Markdown
# DeepLinksBot
|
|
|
|
This bot will send you deeplink to this bot when you send some text message and react on the `start` button
|
|
|
|
## Launch
|
|
|
|
```bash
|
|
../gradlew run --args="BOT_TOKEN"
|
|
```
|