mirror of
https://github.com/LonamiWebs/Telethon.git
synced 2024-11-10 19:46:36 +03:00
parent
363c2604df
commit
75fe90005f
|
@ -880,7 +880,8 @@ class MessageMethods:
|
|||
media=result.media,
|
||||
entities=result.entities,
|
||||
reply_markup=request.reply_markup,
|
||||
ttl_period=result.ttl_period
|
||||
ttl_period=result.ttl_period,
|
||||
reply_to=types.MessageReplyHeader(request.reply_to_msg_id)
|
||||
)
|
||||
message._finish_init(self, {}, entity)
|
||||
return message
|
||||
|
|
Loading…
Reference in New Issue
Block a user