skip to Main Content

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

Telegram Api Telethon

through the telethon python library I can send messages via inlinebutton if the session is authorized via bot. If I create a session via phone number I can't send messages with any type of button. Is it possible to do…

VIEW QUESTION
Back To Top
Search