Skip to content

Commit 9544efb

Browse files
committed
docs: update include paths to reference users-bots instead of users
1 parent d407b92 commit 9544efb

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

pyrogram/methods/users/get_chat_audios.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ async def get_chat_audios(
3232
]:
3333
"""Get a user profile audios sequentially.
3434
35-
.. include:: /_includes/usable-by/users.rst
35+
.. include:: /_includes/usable-by/users-bots.rst
3636
3737
Parameters:
3838
chat_id (``int`` | ``str``):

pyrogram/methods/users/get_chat_audios_count.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ async def get_chat_audios_count(
2929
) -> int:
3030
"""Get the total count of audios for a chat.
3131
32-
.. include:: /_includes/usable-by/users.rst
32+
.. include:: /_includes/usable-by/users-bots.rst
3333
3434
Parameters:
3535
chat_id (``int`` | ``str``):

0 commit comments

Comments
 (0)