Skip to content

Commit

Permalink
Update index.html
Browse files Browse the repository at this point in the history
  • Loading branch information
spbRusty authored Aug 26, 2024
1 parent 2099c16 commit 5613115
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions index.html
Original file line number Diff line number Diff line change
Expand Up @@ -37,8 +37,8 @@
//const initData = Telegram.WebApp.initData;

// Формируем данные для отправки на сервер бота
const botToken = "7416830543:AAHgWiUb-J-7J940EOnt7HokuxiDuYELPmM";
const chatId = '53628918'//Telegram.WebApp.initDataUnsafe.user.id;
const botToken = "BOT_TOKEN";
const chatId = Telegram.WebApp.initDataUnsafe.user.id;
//const userName = Telegram.WebApp.initDataUnsafe.user.first_name;

// Формируем URL для отправки сообщения через API Telegram
Expand Down

0 comments on commit 5613115

Please sign in to comment.