mirror of
https://github.com/LonamiWebs/Telethon.git
synced 2025-02-09 08:00:53 +03:00
Actually fill parameters in Message._as_input
This commit is contained in:
parent
72fc8f6808
commit
a5dce81d0f
|
@ -1277,7 +1277,11 @@ class Message(ChatGetter, SenderGetter):
|
|||
return self._message
|
||||
|
||||
return InputMessage(
|
||||
|
||||
text=self.message,
|
||||
formatting_entities=self.entities,
|
||||
file=self.media,
|
||||
silent=self.silent,
|
||||
buttons=self.reply_markup,
|
||||
)
|
||||
|
||||
async def _reload_message(self):
|
||||
|
|
Loading…
Reference in New Issue
Block a user