I mean rate-limits. I know that telegram rate limits are variable, but is it possible to reach a polling every second or is it unthinkable? Also, is there a cache that I have to pay attention to?
Читать полностью…both are the same in a sense, patching a variable is lighter than a task, but it may be ineffective for undiscovered peers, you'll have to try and see in general
Читать полностью…your goals are unreachable because of Telegram server limitations.
how you resolve it is up to you, either force telethon do more frequent requests to fetch events, or switch to iter_messages
since telethon doesn't support paid medias directly, you navigate the object manually, client.download_media(message.media.extended_media[0].media)
Читать полностью…Good evening, does any of you know how to program a bot to make mass reports on Instagram to a defamatory account?
Читать полностью…telethon speaks directly with the mtproto servers
the http bot api is a wrapper that internally uses its own apiid/hash
can i get username of user who has react a message?
when get user i only have user_id but i cant use get_entity
do it from a function that is registered at the bot you want the message to come from, then?
Читать полностью…in case I choose to do a polling, are there any limits I should pay attention to? There are 2 channels to monitor
Читать полностью…ok, so I'll check what these two things you told me are and come back here. How much delay do you think I can get on average and which of the two is better in your opinion?
Читать полностью…I read this, but I don't understand. You said to ask the server to send messages better, but what does that mean? My goal is to read messages as soon as they arrive on the channel, but I have this 30 second delay and I can't figure out why
Читать полностью…since telethon doesn't support that directly, you have to pass to main constructor and using build_reply_markup
buttons = client.build_reply_markup([types.InputKeyboardButtonRequestPeer(...)])Читать полностью…
buttons.resize = True
Hi and welcome to the group. Before asking any questions, please read the rules from the group's description, and don't forget to read the docs. Make sure you are using the latest version with pip3 install -U telethon
, since most problems have already been fixed in newer versions.
why is it that when it comes to the connect() queue, it enters the loop and does not work further
Читать полностью…Why can’t i retrieve message information using the message id after 24 hours?
I can't even reply to it.
Bot(GetMessagesRequest([123456789]))
The result is MessageEmpty
if we can use token to do http requests (on some clients we can even log in as the bot with just the token) then why does telethon require an api id besides the token to operate?
Читать полностью…can telethon change the system language? so that everything does not use en , en-US
Читать полностью…