Using telethon to get text from a new message in telegram
I want a program which will constantly check a telegram channel, and if a new message is sent, it should take that message as input to do something else.
Using telethon to get text from a new message in telegram
I want a program which will constantly check a telegram channel, and if a new message is sent, it should take that message as input to do something else.
Using telethon to get text from a new message in telegram
I want a program which will constantly check a telegram channel, and if a new message is sent, it should take that message as input to do something else.
Using telethon to get text from a new message in telegram
I want a program which will constantly check a telegram channel, and if a new message is sent, it should take that message as input to do something else.
Using telethon to get text from a new message in telegram
I want a program which will constantly check a telegram channel, and if a new message is sent, it should take that message as input to do something else.
Disable all notifications in telethon
Can’t find any method to disable global notifications for groups channels and chats in telethon documentation
Disable all notifications in telethon
Can’t find any method to disable global notifications for groups channels and chats in telethon documentation
Telethon Get Messages from Topics
I wanna receive messages from a specific Group Topic, Topics end their ID’s with a _[number] but I don’t know how I can make that work in this case, i’ve tried it like this and this doesn’t work.
Unable to Send Messages Using business_connection_id
As I understand it, to send a message through a business account, I need to specify the business_connection_id
in the send_
method. However, I could only find this field in the UploadMediaRequest
. Can you please advise how I can send messages using a business account, or is this feature not yet implemented? Thank you for your response!
Fetching data using telethon results in rate limit errors/problems
**Hi , i wanted to fetch user’s info (username and profile picture) using their phone number using telethon.
but i got an error related to rate limit of the request ImportContactRequest.
consider i have a file containing thousands of phone numbers of company’s customers, i did process the number, made a list then wanted to fetch data for each number, the below is some of the related code :