mirror of
https://github.com/LonamiWebs/Telethon.git
synced 2025-08-05 11:32:30 +00:00
Fix handling of UpdateShortSentMessage
This commit is contained in:
@@ -912,7 +912,7 @@ class MessageMethods:
|
||||
entities=result.entities,
|
||||
reply_markup=request.reply_markup,
|
||||
ttl_period=result.ttl_period,
|
||||
reply_to=types.MessageReplyHeader(request.reply_to_msg_id)
|
||||
reply_to=request.reply_to
|
||||
)
|
||||
message._finish_init(self, {}, entity)
|
||||
return message
|
||||
|
@@ -1,3 +1,3 @@
|
||||
# Versions should comply with PEP440.
|
||||
# This line is parsed in setup.py:
|
||||
__version__ = '1.29.0'
|
||||
__version__ = '1.29.1'
|
||||
|
Reference in New Issue
Block a user