mirror of
https://github.com/LonamiWebs/Telethon.git
synced 2025-08-07 13:34:59 +03:00
Wrong name
This commit is contained in:
parent
2b989cae27
commit
b77a1ffade
|
@ -625,7 +625,7 @@ class Message:
|
|||
ent = [c for c in ent if isinstance(c, cls)]
|
||||
|
||||
texts = get_inner_text(self.original_message.message, ent)
|
||||
return list(zip(entities_list, texts))
|
||||
return list(zip(ent, texts))
|
||||
|
||||
async def click(self, i=None, j=None, *, text=None, filter=None):
|
||||
"""
|
||||
|
|
Loading…
Reference in New Issue
Block a user