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:
|
||||
"""Apply boost
|
||||
|
||||
.. include:: /_includes/usable-by/users-bots.rst
|
||||
.. include:: /_includes/usable-by/users.rst
|
||||
|
||||
Parameters:
|
||||
chat_id (``int`` | ``str``):
|
||||
|
@ -29,7 +29,7 @@ class GetBoosts:
|
||||
) -> 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.
|
||||
|
@ -30,7 +30,7 @@ class GetBoostsStatus:
|
||||
) -> bool:
|
||||
"""Get boosts status of channel
|
||||
|
||||
.. include:: /_includes/usable-by/users-bots.rst
|
||||
.. include:: /_includes/usable-by/users.rst
|
||||
|
||||
Parameters:
|
||||
chat_id (``int`` | ``str``):
|
||||
|
Loading…
Reference in New Issue
Block a user