mirror of
https://github.com/LonamiWebs/Telethon.git
synced 2025-08-08 04:52:30 +00:00
Replace custom.Message creation with ._finish_init
This commit is contained in:
@@ -133,6 +133,7 @@ class MessageParseMethods(UserMethods):
|
||||
break
|
||||
|
||||
if found:
|
||||
return custom.Message(self, found, entities, input_chat)
|
||||
found._finish_init(self, entities, input_chat)
|
||||
return found
|
||||
|
||||
# endregion
|
||||
|
Reference in New Issue
Block a user