We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d4dac82 commit 4ebf950Copy full SHA for 4ebf950
1 file changed
pyrogram/methods/contacts/get_blocked_message_senders.py
@@ -34,7 +34,7 @@ async def get_blocked_message_senders(
34
.. include:: /_includes/usable-by/users.rst
35
36
Parameters:
37
- block_list (``pyrogram.enums.BlockList``, *optional*):
+ block_list (:obj:`~pyrogram.enums.BlockList`, *optional*):
38
The block list from which to return users.
39
40
offset (``int``, *optional*):
@@ -48,6 +48,7 @@ async def get_blocked_message_senders(
48
49
Example:
50
.. code-block:: python
51
+
52
async for chat in app.get_blocked_message_senders():
53
print(chat)
54
"""
0 commit comments