telethonchat | Unsorted

Telegram-канал telethonchat - Telethon Chat

6095

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

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

@pi_zza_chu Chinese?

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

Telethon Chat

In the latest version, Telegram desktop has fixed this problem.😂

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

Telethon Chat

is there offtopic of this group?

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

Telethon Chat

I have a private channel . How do i know if any of my members are forwarding msgs from my private channel??

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

Telethon Chat

you dont pass file to that, you pass a url

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

Telethon Chat

Or rather add an handler to get an edited message event

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

Telethon Chat

there are my photos in server

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

Telethon Chat

photo = await bot.upload_file("example.jpg")

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

Telethon Chat

can you write simple example, please

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

Telethon Chat

haven't heard about it

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

Telethon Chat

builder = event.builder
result = builder.photo(
file=photo,
text="🖼️ This is the caption of the image.",
title="Example Photo",
description="Click to send the image",
)
await event.answer([result])

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

Telethon Chat

GetPeerStoriesRequest

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

Telethon Chat

Documentation for connect

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

Telethon Chat

/channel/TelethonChat/456286
Also see documentation for start and connect

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

Telethon Chat

You can get it, but I'm not sure whether it was GetBroadcastStatsRequest or GetMessagesStatsRequest, it's in one of them and it shows the last 4 posts forwards.

Or you can print the entities of any message you want, there's also an attribute for forwards (members can see it too) but admins can see it in more details.

(you can't see who forwarded them, and if they forward it in a private chat you can't see where they have forwarded it unless the chat is public)

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

Telethon Chat

What if someone extract msgs from the private channel. Is there any way i could know?

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

Telethon Chat

noway
but you can disable forward

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

Telethon Chat

That is not related to Telethon. Please move to a different group with the correct topic to continue that conversation

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

Telethon Chat

https://docs.telethon.dev/en/stable/modules/events.html#telethon.events.messageedited.MessageEdited

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

Telethon Chat

@bot.on(events.MessageEdited)

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

Telethon Chat

How do I get an edited message event?

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

Telethon Chat

to telegram?
cant I use "data/example.jpg" ?

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

Telethon Chat

upload file to Telegram and pass it to file=

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

Telethon Chat

in raw requests, yes

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

Telethon Chat

Oh Thanks
is there "is_gallary" ?

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

Telethon Chat

Hey
Do you know InlineQuery?
how can I use builder.photo() ?
can you write simple example
1. use path
2. have caption
3. have thumbnail (if possible)

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

Telethon Chat

thank you very much for your answer

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

Telethon Chat

Documentation for start

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

Telethon Chat

I'm asking because I couldn't find the answer and I don't understand what to use

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