mirror of
https://github.com/LonamiWebs/Telethon.git
synced 2025-08-02 03:00:15 +03:00
Fix docs in InlineQuery
This commit is contained in:
parent
15f30ed942
commit
8220d93559
|
@ -79,11 +79,11 @@ class InlineQuery(EventBuilder):
|
|||
Represents the event of a new callback query.
|
||||
|
||||
Members:
|
||||
query (:tl:`UpdateBotCallbackQuery`):
|
||||
The original :tl:`UpdateBotCallbackQuery`.
|
||||
query (:tl:`UpdateBotInlineQuery`):
|
||||
The original :tl:`UpdateBotInlineQuery`.
|
||||
|
||||
Make sure to access the `text` of the query if
|
||||
that's what you want instead working with this.
|
||||
Make sure to access the `query` property of the query if
|
||||
you want the text rather than the actual query object.
|
||||
|
||||
pattern_match (`obj`, optional):
|
||||
The resulting object from calling the passed ``pattern``
|
||||
|
|
Loading…
Reference in New Issue
Block a user