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
sorry, but i want know what is the difference between it and telethon, and what situations are they suitable for?
Читать полностью…@client.on(events.NewMessage())Читать полностью…
async def function(event):
me = await client.get_me()
if event.sender_id != me.id:
return
print(event.message.message)
/channel/TelethonChat/645421
/channel/TelethonChat/645846
This issue has already been fixed, but it's not yet available in PyPi. You can upgrade now with pip3 install -U https://github.com/LonamiWebs/Telethon/archive/v1.zip
.
i think private chats have no limits for messages as what i know
Читать полностью…how to transfer nft star gift from account to account using telethon?
Читать полностью…Google is your ref for the rest, it depends on how serious that mini app is, you should start by opening the final url in chrome with dev tools
Читать полностью…It gets opened outside Telegram, through embedded browser. the rest is unrelated to telethon. use selenium or reverse engineer the inner working with InitData parsing.
there are custom events user apps triggers through JavaScript too https://core.telegram.org/api/bots/webapps#incoming-events-client-to-mini-app
That's inline type webview tho, so more like /channel/TelethonChat/589677
Читать полностью…/channel/testbot/startgame?startapp=INV143358712
How to start this mini app? It opens the bot directly
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.
only works during the first request the library makes
Читать полностью…Hi!
I’m want execute some raw method from latest telegram updates, but it doesn’t exists in telethon functions. Is there’s some way to update telethon code to latest mt_proto version to get new methods?
Is messages may lost for bot? 🤔
I mean sometimes,some messssages could not received by bot,is this possible?
I get it but the main question is how to reverse engineer the web part?
Tnx for the ref, any other ref that can help me to done my job is appreciated
And what should i do with its url? Like how to open the url since it doesn’t get open outside of tg
Читать полностью…There is quite a bit of information in the docks.
I'm getting an error. ( There is quite a bit of information in the docks ).
It is called by the method:
= td.Account(
self,
basePath=self.basePath,
api=self.api,
keyFile=self.keyFile,
index=index,
)