mirror of
https://github.com/aiogram/aiogram.git
synced 2025-12-08 17:13:56 +00:00
Rename IdFilter to IDFilter
Rename IdFilter to IDFilter as it is an abbreviation like URL
This commit is contained in:
parent
bd032f066e
commit
9f6b577f08
1 changed files with 1 additions and 1 deletions
|
|
@ -501,7 +501,7 @@ class ExceptionsFilter(BoundFilter):
|
|||
return False
|
||||
|
||||
|
||||
class IdFilter(Filter):
|
||||
class IDFilter(Filter):
|
||||
|
||||
def __init__(self,
|
||||
user_id: Optional[Union[Iterable[Union[int, str]], str, int]] = None,
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue