Is there any way to increase video download speed. Right now they take a long time to download
Читать полностью…Telethon is free software. That means using it is a right: you are free to use it for absolutely any purpose whatsoever. However, help and support with using it is a privilege. If you misbehave or want to do bad things, despite possibly having good intentions, nobody is obligated to help you.
Читать полностью…Could someone give me an example, how I can run telethon with WX together?
Or it's the same as for TK?
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.
search this chat, read debug logs of official applications, read source code, look at all attributes of the request in tl.telethon.dev…
Читать полностью…Where should I research? Will be thankful for any suggestions! Thanks for fast respond 👍🏻
Читать полностью…If all apps support video profile picture of group, how can I write raw query via telethon to upload video to group avatar?
Читать полностью…uploaded_file = await client.upload_file("resources/bot/logo.mp4")
print('upload_file', uploaded_file)
result = await client(EditChatPhotoRequest(chat_id, uploaded_file))
Outputsupload_file InputFile(id=XXX, parts=33, name='logo.mp4', md5_checksum='XXX')
The extension of the photo is invalid (caused by EditPhotoRequest)
So can't we upload video to chat photo of group? Couldn't find any docs about it even in telegram descktop sources of fresh Layer API (only EditChatPhoto presented in latest 167 Layer
Hey, a question-
I try to use the .iter_participants on a channel I own, and when check the number of people (the number of iteretions) its way lower than the number of followers on the channel
What could cause that?
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.
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.
No… I don’t want to disconnect any sessions.. wish to monitor the events hence asking
Читать полностью…can we have 2 session for user account open like until disconnect?
I asked here, because I can see my one session don’t monitor event for some time and activate again after sometime..
Please clarify, if the 2 or more sessions open and they get update same time? Or the first gets update first and 2nd one gets update late or no update..
Hi everyone!
I wanted to ask: Does Telethon saves messages locally, if I provide dbMessage (or something like that) parameter during connection.
I mean, for example, if I'll call method to get all messages for given channel or group or other stuf, these message would be downloaded one time, and during next request I'll get only unloaded messages, or all of them?
Thanks.
you can, but the request probably works differently. i do not know how the request works
Читать полностью…telegram does not return all users
the iterator object has a .total with the true count