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

Which logging level are you using?

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

Telethon Chat

Can i handle who sent stars in channel (as reaction) in telethon?

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

Telethon Chat

You can switch them anytime you wanna

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

Telethon Chat

anyway it's offtopic and comparing between modules is useless just pick one and use it

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

Telethon Chat

Hi, is there any way to check if a user has nft gifts? I found UserStarGifts, but it doesn't contain them

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

Telethon Chat

What can I use to get the rtmps key in a group if the user is a bot or a regular bot administrator, and is it even possible?

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

Telethon Chat

So basically you're asking which is better?

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

Telethon Chat

maybe the 6.1k peoples here would

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

Telethon Chat

Is there anyone who uses Telegram api client (pyrogram, telethon, madelineproto) for bots? Not local bot api

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

Telethon Chat

Documentation for send_file

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

Telethon Chat

id of the saved gift service message you received. in chat with yourself or the gift sender.

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

Telethon Chat

Don't you see this https://github.com/sandy1709/Telethon is forked from another repo, and that's forked from original lonamiwebs repo??

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

Telethon Chat

https://github.com/LonamiWebs/Telethon

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

Telethon Chat

What error occurs when an account is banned? Class/classes name please.

UserDeactivatedBanError?

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

Telethon Chat

disabling updates is broken and/or not possible

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

Telethon Chat

message.reactions.top_reactors?

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

Telethon Chat

TL Reference for GetStarGiftsRequest

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

Telethon Chat

Telethon supports different connectors

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

Telethon Chat

for me i see no module better than other modules but in my case i love telethon maybe you love any other module more but this not mean it's better than others (idk about other modules if it's can do anything that bot api can do like telethon or not but i send this as they could)

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

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

/channel/TelethonChat/639069

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

Telethon Chat

I mean the performance really differs

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

Telethon Chat

your client must have interacted with that user atleast once to cache his info

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

Telethon Chat

Could not find the input entity for PeerUser(user_id=1154431484) (PeerUser). Please read https://docs.telethon.dev/en/stable/concepts/entities.html to find out more details.

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

Telethon Chat

Hello, how do I send an album of photos?

If I have onms saved this way

    async def __getimages(self, download_dir: Optional[str] = None):
download_dir = download_dir or self.result["id"]
os.makedirs(download_dir, exist_ok=True)
tasks = [
self._download_file(url, os.path.join(download_dir, f"image_{i + 1}.jpg"))
for i, url in enumerate(self.result["images"])
]
await asyncio.gather(*tasks)
self.logger.info(f"Images - Downloaded and saved photos to {download_dir}")

return data(
dir_name=download_dir,
media=[
os.path.join(download_dir, f"image_{i + 1}.jpg")
for i in range(len(self.result["images"]))
],
type="images",
)

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

Telethon Chat

InputInvoiceStarGiftTransfer(msg_id=, to_id=user_entity)

What i need to pass to msg_id?

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

Telethon Chat

from telethon.tl.functions.users import GetFullUserRequest

user = await client.get_entity(int(5541407305))
full = await client(GetFullUserRequest(user))
print(full)

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

Telethon Chat

which one is the official version? this or this one?

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

Telethon Chat

I am sure disabling updates can help, can it be possible by making any changes into the library?

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

Telethon Chat

It is happening because of so much updates during the short period of time, updates are not useful for me how can i disable them, receive_updates=False has no effect

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