mirror of
https://github.com/TeamPGM/pyrogram.git
synced 2024-11-16 12:51:18 +00:00
Fix wrong docs references on pyrogram.filters
This commit is contained in:
parent
4f197855f4
commit
72db61a416
@ -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.
|
||||
|
||||
|
@ -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.
|
||||
|
||||
|
@ -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.
|
||||
|
||||
|
@ -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.
|
||||
|
||||
|
@ -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.
|
||||
|
||||
|
@ -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.
|
||||
|
||||
|
@ -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*):
|
||||
|
Loading…
Reference in New Issue
Block a user