skip to Main Content

Html – Can't connect to the Telegram client

i'm trying to use Web App in my telegram bot. As the docs says, i have included the script telegram-web-app.js. <!DOCTYPE html> <html lang="en"> <head> <meta charset="utf-8" /> <link rel="icon" href="%PUBLIC_URL%/favicon.ico" /> <meta name="viewport" content="width=device-width, initial-scale=1" /> <meta name="theme-color" content="#000000"…

VIEW QUESTION

Telegram – When I use https://github.com/paulpierre/informer for this project, I encountered the following error:

Traceback (most recent call last): File "/home/informer-master1/app/bot.py", line 42, in <module> informer = TGInformer( File "/home/informer-master1/app/informer.py", line 145, in __init__ self.loop.run_until_complete(self.bot_interval()) File "/usr/lib/python3.10/asyncio/base_events.py", line 646, in run_until_complete return future.result() File "/home/informer-master1/app/informer.py", line 643, in bot_interval self.client = TelegramClient(session_file, self.account.account_api_id, self.account.account_api_hash)…

VIEW QUESTION
Back To Top
Search