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