Skip to content

Commit

Permalink
TEMP FIX copy message
Browse files Browse the repository at this point in the history
  • Loading branch information
eyMarv authored Jun 2, 2024
1 parent 45f97ee commit 8273970
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion pyrogram/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@
# along with pyroblack. If not, see <http://www.gnu.org/licenses/>.

__fork_name__ = "pyroblack"
__version__ = "2.3.72"
__version__ = "2.3.73"
__license__ = "GNU Lesser General Public License v3.0 (LGPL-3.0)"
__copyright__ = "# Copyright (C) 2024-present eyMarv <https://github.com/eyMarv>"

Expand Down
2 changes: 1 addition & 1 deletion pyrogram/methods/messages/copy_message.py
Original file line number Diff line number Diff line change
Expand Up @@ -138,6 +138,6 @@ async def copy_message(
reply_to_message_id=reply_to_message_id,
schedule_date=schedule_date,
protect_content=protect_content,
invert_media=invert_media,
#TEMP invert_media=invert_media,
reply_markup=reply_markup,
)

0 comments on commit 8273970

Please sign in to comment.