diff --git a/pyrogram/methods/decorators/on_callback_query.py b/pyrogram/methods/decorators/on_callback_query.py index f681eee7..863fe8f7 100644 --- a/pyrogram/methods/decorators/on_callback_query.py +++ b/pyrogram/methods/decorators/on_callback_query.py @@ -35,7 +35,7 @@ class OnCallbackQuery(Scaffold): :obj:`~pyrogram.handlers.CallbackQueryHandler`. Parameters: - filters (:obj:`~pyrogram.Filters`, *optional*): + filters (:obj:`~pyrogram.filters`, *optional*): Pass one or more filters to allow only a subset of callback queries to be passed in your function. diff --git a/pyrogram/methods/decorators/on_chosen_inline_result.py b/pyrogram/methods/decorators/on_chosen_inline_result.py index 3163ccb3..198fdd96 100644 --- a/pyrogram/methods/decorators/on_chosen_inline_result.py +++ b/pyrogram/methods/decorators/on_chosen_inline_result.py @@ -35,7 +35,7 @@ class OnChosenInlineResult(Scaffold): :obj:`~pyrogram.handlers.ChosenInlineResult`. Parameters: - filters (:obj:`~pyrogram.Filters`, *optional*): + filters (:obj:`~pyrogram.filters`, *optional*): Pass one or more filters to allow only a subset of chosen inline results to be passed in your function. diff --git a/pyrogram/methods/decorators/on_deleted_messages.py b/pyrogram/methods/decorators/on_deleted_messages.py index adb4d879..90e692da 100644 --- a/pyrogram/methods/decorators/on_deleted_messages.py +++ b/pyrogram/methods/decorators/on_deleted_messages.py @@ -35,7 +35,7 @@ class OnDeletedMessages(Scaffold): :obj:`~pyrogram.handlers.DeletedMessagesHandler`. Parameters: - filters (:obj:`~pyrogram.Filters`, *optional*): + filters (:obj:`~pyrogram.filters`, *optional*): Pass one or more filters to allow only a subset of messages to be passed in your function. diff --git a/pyrogram/methods/decorators/on_inline_query.py b/pyrogram/methods/decorators/on_inline_query.py index fdc287ec..bf445d07 100644 --- a/pyrogram/methods/decorators/on_inline_query.py +++ b/pyrogram/methods/decorators/on_inline_query.py @@ -35,7 +35,7 @@ class OnInlineQuery(Scaffold): :obj:`~pyrogram.handlers.InlineQueryHandler`. Parameters: - filters (:obj:`~pyrogram.Filters`, *optional*): + filters (:obj:`~pyrogram.filters`, *optional*): Pass one or more filters to allow only a subset of inline queries to be passed in your function. diff --git a/pyrogram/methods/decorators/on_message.py b/pyrogram/methods/decorators/on_message.py index 6316def6..4f467810 100644 --- a/pyrogram/methods/decorators/on_message.py +++ b/pyrogram/methods/decorators/on_message.py @@ -35,7 +35,7 @@ class OnMessage(Scaffold): :obj:`~pyrogram.handlers.MessageHandler`. Parameters: - filters (:obj:`~pyrogram.Filters`, *optional*): + filters (:obj:`~pyrogram.filters`, *optional*): Pass one or more filters to allow only a subset of messages to be passed in your function. diff --git a/pyrogram/methods/decorators/on_poll.py b/pyrogram/methods/decorators/on_poll.py index 7506c218..71825c0a 100644 --- a/pyrogram/methods/decorators/on_poll.py +++ b/pyrogram/methods/decorators/on_poll.py @@ -35,7 +35,7 @@ class OnPoll(Scaffold): :obj:`~pyrogram.handlers.PollHandler`. Parameters: - filters (:obj:`~pyrogram.Filters`, *optional*): + filters (:obj:`~pyrogram.filters`, *optional*): Pass one or more filters to allow only a subset of polls to be passed in your function. diff --git a/pyrogram/methods/decorators/on_user_status.py b/pyrogram/methods/decorators/on_user_status.py index 3063ad3d..2b2ee7fe 100644 --- a/pyrogram/methods/decorators/on_user_status.py +++ b/pyrogram/methods/decorators/on_user_status.py @@ -34,7 +34,7 @@ class OnUserStatus(Scaffold): :obj:`~pyrogram.handlers.UserStatusHandler`. Parameters: - filters (:obj:`~pyrogram.Filters`, *optional*): + filters (:obj:`~pyrogram.filters`, *optional*): Pass one or more filters to allow only a subset of UserStatus updated to be passed in your function. group (``int``, *optional*):