Replace custom.Message creation with ._finish_init

This commit is contained in:
Lonami Exo
2018-07-22 19:20:55 +02:00
parent 61a9f1e61c
commit 1c0d595205
5 changed files with 20 additions and 13 deletions

View File

@@ -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