mirror of
https://github.com/TeamPGM/pyrogram.git
synced 2024-11-23 23:34:28 +00:00
Fix usable-by description
This commit is contained in:
parent
e73f32f847
commit
ac91b56082
@ -30,7 +30,7 @@ class ApplyBoost:
|
|||||||
) -> bool:
|
) -> bool:
|
||||||
"""Apply boost
|
"""Apply boost
|
||||||
|
|
||||||
.. include:: /_includes/usable-by/users-bots.rst
|
.. include:: /_includes/usable-by/users.rst
|
||||||
|
|
||||||
Parameters:
|
Parameters:
|
||||||
chat_id (``int`` | ``str``):
|
chat_id (``int`` | ``str``):
|
||||||
|
@ -29,7 +29,7 @@ class GetBoosts:
|
|||||||
) -> bool:
|
) -> bool:
|
||||||
"""Get your boosts list
|
"""Get your boosts list
|
||||||
|
|
||||||
.. include:: /_includes/usable-by/users-bots.rst
|
.. include:: /_includes/usable-by/users.rst
|
||||||
|
|
||||||
Returns:
|
Returns:
|
||||||
List of :obj:`~pyrogram.types.MyBoost`: On success.
|
List of :obj:`~pyrogram.types.MyBoost`: On success.
|
||||||
|
@ -30,7 +30,7 @@ class GetBoostsStatus:
|
|||||||
) -> bool:
|
) -> bool:
|
||||||
"""Get boosts status of channel
|
"""Get boosts status of channel
|
||||||
|
|
||||||
.. include:: /_includes/usable-by/users-bots.rst
|
.. include:: /_includes/usable-by/users.rst
|
||||||
|
|
||||||
Parameters:
|
Parameters:
|
||||||
chat_id (``int`` | ``str``):
|
chat_id (``int`` | ``str``):
|
||||||
|
Loading…
Reference in New Issue
Block a user