Skip to content

Commit

Permalink
Merge pull request #29 from revenkroz/up_to_bot_api_7_7
Browse files Browse the repository at this point in the history
Update code to support Bot API 7.7
  • Loading branch information
revenkroz authored Jul 18, 2024
2 parents a03c3d8 + 343cbf0 commit 0cd0e90
Show file tree
Hide file tree
Showing 3 changed files with 445 additions and 64 deletions.
2 changes: 2 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -1 +1,3 @@
.idea
.vscode
frp
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,12 +1,12 @@
# Telegram Web Apps for Bots Example

Example HTML-file that contains a basic interaction with Telegram Web Apps API. Based on [Attach Bot](https://t.me/asmico_attach_bot).
Example HTML-file that contains a plain-JS interaction with Telegram Web Apps API.
Live demo: [Attach Bot](https://t.me/asmico_attach_bot).

## Links
* Official docs: https://core.telegram.org/bots/webapps
* Live Demo Bot: [Attach Bot](https://t.me/asmico_attach_bot)
* Telegram Promo Bot: [Durger King](https://t.me/durgerkingbot)
* My Telegram WebApp to track movies and TV shows: [EPSCAPE Bot](https://t.me/EpscapeBot)

## Quick setup

Expand Down
Loading

0 comments on commit 0cd0e90

Please sign in to comment.