Skip to content

Commit

Permalink
README
Browse files Browse the repository at this point in the history
  • Loading branch information
jbolozdina committed Oct 10, 2023
1 parent a49bfa4 commit b05f79b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ MiniApp (example hosted at https://tgbot.click) - displays a static Laravel webp
3. `php artisan migrate`
4. Prepare your HTTP API token from [@BotFather](https://t.me/botfather) to use in the next step (as in the [Telegram API guide](https://core.telegram.org/bots/features#creating-a-new-bot))
5. `php artisan telegraph:new-bot`, set webhooks if you meet Step 3 of prerequisites. If you want webhooks, it has to be run from production, obviously (on a safe domain).
6. Prepare the private Chat ID where you want the mini app to be working (you have to message the bot first @miniapp_test_bot and then get the ID of that chat).
6. Prepare the private Chat ID where you want the mini app to be working (you have to message the bot first, e.g. @miniapp_test_bot, and then get the ID of that chat).
7. Get to building your app
8. Sob uncontrollably

Expand Down

0 comments on commit b05f79b

Please sign in to comment.