Fix handling of UpdateShortSentMessage

This commit is contained in:
Lonami Exo 2023-07-23 17:12:16 +02:00
parent 413a2bb9f3
commit ce010e9bfb
2 changed files with 2 additions and 2 deletions

View File

@ -912,7 +912,7 @@ class MessageMethods:
entities=result.entities, entities=result.entities,
reply_markup=request.reply_markup, reply_markup=request.reply_markup,
ttl_period=result.ttl_period, ttl_period=result.ttl_period,
reply_to=types.MessageReplyHeader(request.reply_to_msg_id) reply_to=request.reply_to
) )
message._finish_init(self, {}, entity) message._finish_init(self, {}, entity)
return message return message

View File

@ -1,3 +1,3 @@
# Versions should comply with PEP440. # Versions should comply with PEP440.
# This line is parsed in setup.py: # This line is parsed in setup.py:
__version__ = '1.29.0' __version__ = '1.29.1'