Skip to content

Commit

Permalink
Update sticker.py
Browse files Browse the repository at this point in the history
  • Loading branch information
Surendra9123 authored Jul 8, 2024
1 parent 61b1c5f commit 8618881
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pyrogram/types/messages_and_media/sticker.py
Original file line number Diff line number Diff line change
Expand Up @@ -220,7 +220,7 @@ async def download(
progress: Callable = None,
progress_args: tuple = ()
) -> str:
"""Bound method *download* of :obj:`~pyrogram.types.Message`.
"""Bound method *download* of :obj:`~pyrogram.types.Sticker`.
Use as a shortcut for:
Expand Down

1 comment on commit 8618881

@Surendra9123
Copy link
Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Added Bounded method for download custom emoji stickers

Please sign in to comment.