Skip to content

Commit bf52ec1

Browse files
committed
Update usable-by labels
1 parent bb44f36 commit bf52ec1

10 files changed

+10
-10
lines changed

pyrogram/methods/invite_links/approve_all_chat_join_requests.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ async def approve_all_chat_join_requests(
3030
) -> bool:
3131
"""Approve all pending join requests in a chat.
3232
33-
.. include:: /_includes/usable-by/users-bots.rst
33+
.. include:: /_includes/usable-by/users.rst
3434
3535
Parameters:
3636
chat_id (``int`` | ``str``):

pyrogram/methods/invite_links/decline_all_chat_join_requests.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ async def decline_all_chat_join_requests(
3030
) -> bool:
3131
"""Decline all pending join requests in a chat.
3232
33-
.. include:: /_includes/usable-by/users-bots.rst
33+
.. include:: /_includes/usable-by/users.rst
3434
3535
Parameters:
3636
chat_id (``int`` | ``str``):

pyrogram/methods/invite_links/delete_chat_admin_invite_links.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ async def delete_chat_admin_invite_links(
3030
) -> bool:
3131
"""Delete all revoked invite links of an administrator.
3232
33-
.. include:: /_includes/usable-by/users-bots.rst
33+
.. include:: /_includes/usable-by/users.rst
3434
3535
Parameters:
3636
chat_id (``int`` | ``str``):

pyrogram/methods/invite_links/delete_chat_invite_link.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ async def delete_chat_invite_link(
3030
) -> bool:
3131
"""Delete an already revoked invite link.
3232
33-
.. include:: /_includes/usable-by/users-bots.rst
33+
.. include:: /_includes/usable-by/users.rst
3434
3535
Parameters:
3636
chat_id (``int`` | ``str``):

pyrogram/methods/invite_links/get_chat_admin_invite_links.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@ async def get_chat_admin_invite_links(
3838
As an administrator you can only get your own links you have exported.
3939
As the chat or channel owner you can get everyones links.
4040
41-
.. include:: /_includes/usable-by/users-bots.rst
41+
.. include:: /_includes/usable-by/users.rst
4242
4343
Parameters:
4444
chat_id (``int`` | ``str``):

pyrogram/methods/invite_links/get_chat_admin_invite_links_count.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ async def get_chat_admin_invite_links_count(
3131
) -> int:
3232
"""Get the count of the invite links created by an administrator in a chat.
3333
34-
.. include:: /_includes/usable-by/users-bots.rst
34+
.. include:: /_includes/usable-by/users.rst
3535
3636
Parameters:
3737
chat_id (``int`` | ``str``):

pyrogram/methods/invite_links/get_chat_admins_with_invite_links.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ async def get_chat_admins_with_invite_links(
3131
3232
You must be the owner of a chat for this to work.
3333
34-
.. include:: /_includes/usable-by/users-bots.rst
34+
.. include:: /_includes/usable-by/users.rst
3535
3636
Parameters:
3737
chat_id (``int`` | ``str``):

pyrogram/methods/invite_links/get_chat_invite_link_joiners.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ async def get_chat_invite_link_joiners(
3232
) -> Optional[AsyncGenerator["types.ChatJoiner", None]]:
3333
"""Get the members who joined the chat with the invite link.
3434
35-
.. include:: /_includes/usable-by/users-bots.rst
35+
.. include:: /_includes/usable-by/users.rst
3636
3737
Parameters:
3838
chat_id (``int`` | ``str``):

pyrogram/methods/invite_links/get_chat_invite_link_joiners_count.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ async def get_chat_invite_link_joiners_count(
3030
) -> int:
3131
"""Get the count of the members who joined the chat with the invite link.
3232
33-
.. include:: /_includes/usable-by/users-bots.rst
33+
.. include:: /_includes/usable-by/users.rst
3434
3535
Parameters:
3636
chat_id (``int`` | ``str``):

pyrogram/methods/invite_links/get_chat_join_requests.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ async def get_chat_join_requests(
3232
) -> Optional[AsyncGenerator["types.ChatJoiner", None]]:
3333
"""Get the pending join requests of a chat.
3434
35-
.. include:: /_includes/usable-by/users-bots.rst
35+
.. include:: /_includes/usable-by/users.rst
3636
3737
Parameters:
3838
chat_id (``int`` | ``str``):

0 commit comments

Comments
 (0)