only ‘text’ of Message? Without pretty_format of rhe whole `TLObject`)
Message.text
but Message class doesn’t have text field or even method
it does, it's just python stuff, the custom object isn't the one getting pretty printed but the original TLobject is
mb I should use telethon.tl.patched.message.Message and not `telethon.tl.types.Message` ?
they're the same thing, just try to do .text and see if it has any issue
telethon.tl.types.Message doesn’t have text property) and with type-annotations IDE said that there will be error)
it gets patched on the runtime, it will, you should use telethon.tl.custom.Message instead for ide ig
Обсуждают сегодня