From c15c17ce791e6af2598cd46f4913bdd006b5f6b0 Mon Sep 17 00:00:00 2001 From: Dmitry Vasiliev Date: Wed, 18 Jun 2025 14:25:37 +0300 Subject: [PATCH 1/2] Add another article link --- resources_other_languages.md | 1 + 1 file changed, 1 insertion(+) diff --git a/resources_other_languages.md b/resources_other_languages.md index eb9f770..9e6c00e 100644 --- a/resources_other_languages.md +++ b/resources_other_languages.md @@ -11,6 +11,7 @@ - [Создание Telegram Mini Apps и взаимодействие с ними в Телеграм ботах](https://habr.com/ru/articles/666278) - [Telegram Web Apps: web applications inside Telegram](https://holyjs.ru/en/talks/7ce6dd405449413daf154fcd6a476fdb) +- [От кнопки до продакшена: как мы делаем Telegram Mini Apps](https://habr.com/ru/companies/doubletapp/articles/917286/) ## Videos From e6ddd3a880545de871ead4350f0db700ff158628 Mon Sep 17 00:00:00 2001 From: Dmitry Vasiliev Date: Wed, 25 Jun 2025 14:26:51 +0300 Subject: [PATCH 2/2] Add English version guide link --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 7336f58..b89917b 100644 --- a/README.md +++ b/README.md @@ -36,6 +36,7 @@ They can take advantage of many features out of the box, including seamless auth - [Step-by-Step guide to build a Telegram Chatbot with a simple WebApp UI using Python](https://medium.com/@calixtemayoraz/step-by-step-guide-to-build-a-telegram-chatbot-with-a-simple-webapp-ui-using-python-44dca453522f) - [Telegram Mini App with React and Next.js](https://dev.to/bitofuniverse/telegram-web-app-with-react-and-nextjs-440i) - [Creation of Telegram Mini Apps and interaction with them in Telegram bots](https://prog.world/creation-of-telegram-web-apps-and-interaction-with-them-in-telegram-bots) +- [From a Button to Production: How We Build Telegram Mini Apps](https://doubletapp.medium.com/from-a-button-to-production-how-we-build-telegram-mini-apps-c73e0c3a72c6) ## Videos