Wrap requests in InvokeWithoutUpdatesRequest if no event handlers

Closes #1270.
This commit is contained in:
Lonami Exo
2021-08-22 13:38:54 +02:00
parent 9285e50c63
commit 49713b2784
2 changed files with 4 additions and 1 deletions

View File

@@ -135,7 +135,7 @@ class CallbackQuery(EventBuilder):
The object returned by the ``data=`` parameter
when creating the event builder, if any. Similar
to ``pattern_match`` for the new message event.
pattern_match (`obj`, optional):
Alias for ``data_match``.
"""