Skip to content

Commit

Permalink
Update copy_media_group.py
Browse files Browse the repository at this point in the history
  • Loading branch information
yasirarism authored Jan 29, 2025
1 parent 176ea31 commit 2d42345
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pyrogram/methods/messages/copy_media_group.py
Original file line number Diff line number Diff line change
Expand Up @@ -205,7 +205,7 @@ async def copy_media_group(
send_as=await self.resolve_peer(send_as) if send_as else None,
schedule_date=utils.datetime_to_timestamp(schedule_date),
noforwards=protect_content,
invert_media=invert_media
invert_media=invert_media,
allow_paid_floodskip=allow_paid_broadcast,
effect=message_effect_id,
),
Expand Down

0 comments on commit 2d42345

Please sign in to comment.