mirror of
https://github.com/LonamiWebs/Telethon.git
synced 2024-11-21 17:06:36 +03:00
Fix handling of UpdateShortSentMessage
This commit is contained in:
parent
413a2bb9f3
commit
ce010e9bfb
|
@ -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'
|
||||
|
|
Loading…
Reference in New Issue
Block a user