mirror of
https://github.com/pyrogram/pyrogram
synced 2025-09-01 14:55:12 +00:00
Small docstring fixes
This commit is contained in:
@@ -245,7 +245,7 @@ class Filters:
|
|||||||
|
|
||||||
Args:
|
Args:
|
||||||
users (``int`` | ``str`` | ``list``):
|
users (``int`` | ``str`` | ``list``):
|
||||||
Pass one or more user ids/usernames to filter the users.
|
Pass one or more user ids/usernames to filter users.
|
||||||
Defaults to None (no users).
|
Defaults to None (no users).
|
||||||
"""
|
"""
|
||||||
|
|
||||||
@@ -274,7 +274,7 @@ class Filters:
|
|||||||
|
|
||||||
Args:
|
Args:
|
||||||
chats (``int`` | ``str`` | ``list``):
|
chats (``int`` | ``str`` | ``list``):
|
||||||
Pass one or more chat ids/usernames to filter the chats.
|
Pass one or more chat ids/usernames to filter chats.
|
||||||
Defaults to None (no chats).
|
Defaults to None (no chats).
|
||||||
"""
|
"""
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user