mirror of
https://github.com/Mayuri-Chan/pyrofork.git
synced 2025-12-29 12:04:51 +00:00
fix: resolve TypeError by correctly positioning invert_media parameter
This commit is contained in:
parent
6f5bd1392b
commit
ab8f854385
1 changed files with 2 additions and 2 deletions
|
|
@ -88,8 +88,8 @@ class EditInlineText:
|
|||
id=unpacked,
|
||||
no_webpage=disable_web_page_preview or None,
|
||||
reply_markup=await reply_markup.write(self) if reply_markup else None,
|
||||
**await self.parser.parse(text, parse_mode)
|
||||
**await self.parser.parse(text, parse_mode),
|
||||
invert_media=invert_media
|
||||
),
|
||||
sleep_threshold=self.sleep_threshold,
|
||||
invert_media=invert_media
|
||||
)
|
||||
|
|
|
|||
Loading…
Reference in a new issue