Skip to content

Commit

Permalink
Fix send_cached_media (#85)
Browse files Browse the repository at this point in the history
  • Loading branch information
gautamajay52 committed Sep 4, 2024
1 parent 2683e04 commit f3d320f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pyrogram/methods/messages/send_cached_media.py
Original file line number Diff line number Diff line change
Expand Up @@ -169,5 +169,5 @@ async def send_cached_media(
{i.id: i for i in r.chats},
is_scheduled=isinstance(i, raw.types.UpdateNewScheduledMessage),
business_connection_id=getattr(i, "connection_id", None),
reply_to_message=getattr(i, "reply_to_message", None)
raw_reply_to_message=getattr(i, "reply_to_message", None)
)

0 comments on commit f3d320f

Please sign in to comment.