mirror of
https://github.com/LonamiWebs/Telethon.git
synced 2024-11-21 17:06:36 +03:00
Fix Message finish init for reply_to stories
This commit is contained in:
parent
63d9b267f4
commit
70201a9ff1
|
@ -335,7 +335,7 @@ class Message(ChatGetter, SenderGetter, TLObject):
|
|||
self._linked_chat = entities.get(utils.get_peer_id(
|
||||
types.PeerChannel(self.replies.channel_id)))
|
||||
|
||||
if self.reply_to:
|
||||
if isinstance(self.reply_to, types.MessageReplyHeader):
|
||||
if self.reply_to.reply_to_peer_id:
|
||||
self._reply_to_chat = entities.get(utils.get_peer_id(self.reply_to.reply_to_peer_id))
|
||||
if self.reply_to.reply_from:
|
||||
|
|
Loading…
Reference in New Issue
Block a user