telethonchat | Unsorted

Telegram-канал telethonchat - Telethon Chat

6097

Official Telethon's chat! Rules: • Speak English • Stay on topic (questions about Telethon) • Be respectful • Don't ask to ask • Spam-related uses lead to ban • Read https://docs.telethon.dev before asking things here Read more about us @TelethonUpdates

Subscribe to a channel

Telethon Chat

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?

Читать полностью…

Telethon Chat

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

Читать полностью…

Telethon Chat

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

Читать полностью…

Telethon Chat

it works, dude you are superhero

Читать полностью…

Telethon Chat

since telethon doesn't support paid medias directly, you navigate the object manually, client.download_media(message.media.extended_media[0].media)

Читать полностью…

Telethon Chat

卧槽兄弟们,我发现条好路子合作一天能搞1.5w 真的猛, @zixudianwo313 就是这,快来看看

Читать полностью…

Telethon Chat

Good evening, does any of you know how to program a bot to make mass reports on Instagram to a defamatory account?

Читать полностью…

Telethon Chat

telethon speaks directly with the mtproto servers

the http bot api is a wrapper that internally uses its own apiid/hash

Читать полностью…

Telethon Chat

Tks you . i had fixed it

Читать полностью…

Telethon Chat

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

Читать полностью…

Telethon Chat

In TelegramClient class when you create session

Читать полностью…

Telethon Chat

do it from a function that is registered at the bot you want the message to come from, then?

Читать полностью…

Telethon Chat

no, i use other userbot

Читать полностью…

Telethon Chat

can't you just await m.reply()

Читать полностью…

Telethon Chat

how can i get it?

m = await client.send_message(chat_id, text)
m.id??

Читать полностью…

Telethon Chat

in case I choose to do a polling, are there any limits I should pay attention to? There are 2 channels to monitor

Читать полностью…

Telethon Chat

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?

Читать полностью…

Telethon Chat

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

Читать полностью…

Telethon Chat

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

Читать полностью…

Telethon Chat

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.

Читать полностью…

Telethon Chat

why is it that when it comes to the connect() queue, it enters the loop and does not work further

Читать полностью…

Telethon Chat

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

Читать полностью…

Telethon Chat

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?

Читать полностью…

Telethon Chat

I'm curious tho why can't you use it?

Читать полностью…

Telethon Chat

so language is account based and not app based?

Читать полностью…

Telethon Chat

can telethon change the system language? so that everything does not use en , en-US

Читать полностью…

Telethon Chat

how use for other account?

Читать полностью…

Telethon Chat

wait you can do m.reply instead of writing the whole message.reply?

Читать полностью…

Telethon Chat

that id will work for client

not the other account

Читать полностью…

Telethon Chat

in pms and small group chats, each account sees a different id for the messages

Читать полностью…
Subscribe to a channel