mirror of
https://github.com/aiogram/aiogram.git
synced 2025-12-08 17:13:56 +00:00
Update text filter description
This commit is contained in:
parent
40b6a61e70
commit
4e380e424e
2 changed files with 9 additions and 1 deletions
|
|
@ -1,6 +1,6 @@
|
|||
# Text
|
||||
|
||||
This filter can be used for filter text [Message](../../api/types/message.md),
|
||||
Is useful for filtering text [Message](../../api/types/message.md),
|
||||
any [CallbackQuery](../../api/types/callback_query.md) with `data`,
|
||||
[InlineQuery](../../api/types/inline_query.md) or
|
||||
[Poll](../../api/types/poll.md) question.
|
||||
|
|
@ -11,6 +11,9 @@ Can be imported:
|
|||
- `#!python3 from aiogram.dispatcher.filters import Text`
|
||||
- `#!python3 from aiogram.filters import Text`
|
||||
|
||||
Or used from filters factory by passing corresponding arguments to handler registration line
|
||||
|
||||
|
||||
## Specification
|
||||
|
||||
| Argument | Type | Description |
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue