forked from pyrogram/pyrogram
-
Notifications
You must be signed in to change notification settings - Fork 1
Filters
Lelzin λ edited this page Sep 3, 2024
·
3 revisions
Filter updates that match a given message id.
Can be applied to handlers that receive one of the following updates:
-
pyrography.types.Message
: The filter will matchmessage.id
-
pyrography.types.CallbackQuery
: The filter will matchupdate.message.id
.
Parameters:
- ids (
int
|Iterable[int]
): An integer id or a integer list of ids.