We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d407b92 commit 9544efbCopy full SHA for 9544efb
2 files changed
pyrogram/methods/users/get_chat_audios.py
@@ -32,7 +32,7 @@ async def get_chat_audios(
32
]:
33
"""Get a user profile audios sequentially.
34
35
- .. include:: /_includes/usable-by/users.rst
+ .. include:: /_includes/usable-by/users-bots.rst
36
37
Parameters:
38
chat_id (``int`` | ``str``):
pyrogram/methods/users/get_chat_audios_count.py
@@ -29,7 +29,7 @@ async def get_chat_audios_count(
29
) -> int:
30
"""Get the total count of audios for a chat.
31
0 commit comments