-
I would like to make the button that will open URL (external hyperlink) in browser from Telegram chat. Currently, I …
- 334 views
- 1 answers
- 0 votes
-
I am using telethon to write a script. async def main(): client = TelegramClient(‘session’,api_id,api_hash) await client.connect() await client.start() @client.on(events.NewMessage()) async …
- 346 views
- 0 answers
- 0 votes
-
sorry for my bad English 🙂 i wrote a telegram bot with PTB I want to check if there is …
- 324 views
- 0 answers
- 0 votes