Or is just possible manually parsing?
only manually
And why not a helper function? I mean something like: from telethon.utils.parse import message_from_link
it's not hard to parse manually, just rsplit the slash and get the message id, telethon supports extracting username from https://t.me/username
"utils.parse" seems more easier
Is the link resolution not a library responsibility? (Instead of "do it manually")
just regex it out, library didn't have the chance to add it, but maybe in future when/if Message.link is implemented
I thought that Message.link was already implemented
Also, I searched for something like the "raw.all.layer" and found nothing
telethon.tl.alltlobjects.LAYER
Ow, thanks (It seems hidden)
Обсуждают сегодня