Skip to content

Commit

Permalink
Fix usable-by description
Browse files Browse the repository at this point in the history
  • Loading branch information
KurimuzonAkuma committed Dec 2, 2023
1 parent 3b98efa commit 84e6f9a
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion pyrogram/methods/premium/apply_boost.py
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ async def apply_boost(
) -> bool:
"""Apply boost
.. include:: /_includes/usable-by/users-bots.rst
.. include:: /_includes/usable-by/users.rst
Parameters:
chat_id (``int`` | ``str``):
Expand Down
2 changes: 1 addition & 1 deletion pyrogram/methods/premium/get_boosts.py
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ async def get_boosts(
) -> bool:
"""Get your boosts list
.. include:: /_includes/usable-by/users-bots.rst
.. include:: /_includes/usable-by/users.rst
Returns:
List of :obj:`~pyrogram.types.MyBoost`: On success.
Expand Down
2 changes: 1 addition & 1 deletion pyrogram/methods/premium/get_boosts_status.py
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ async def get_boosts_status(
) -> bool:
"""Get boosts status of channel
.. include:: /_includes/usable-by/users-bots.rst
.. include:: /_includes/usable-by/users.rst
Parameters:
chat_id (``int`` | ``str``):
Expand Down

0 comments on commit 84e6f9a

Please sign in to comment.