I working on python telegram bot that allow login telegram client using registered user and then do some actions using user credentials ... ... But I got the fo
I am trying to download media using the following code. He writes me "File saved to None". There is definitely media in the message. from telethon import Telegr
Is it possible to join a voice call in a group, without joining the group? In Telegram client you can do it, but I couldn't figure out how to do it using teleth
When I receive a message, my client waits until he receives a message that has media type = MessageMediaPoll(), it worked, but the bot has been updated and now
When I receive a message, my client waits until he receives a message that has media type = MessageMediaPoll(), it worked, but the bot has been updated and now
I want to interact with a bot which takes chat id and message id and replies based on the message of that chat id. Usually I interact with the bot in a group ch
I am using a telegram bot that forwards messages from a certain channel to any other channel I am on, but I want it to forward these messages without a word, fo
my app listen requests with telegram messages URL inside and process messages in loop: get entity for group search +/- 2 messages from target message get entity
I using telethon package, for connecting and getting data from telegram. I want to convert Message object to valid JSON. for example, I get this object from the
How can i send a poll? I am trying the following code but it returns no error and the poll is not sent: from typing import Optional from telethon.sync import T