Improve inline result documentation with more examples

This commit is contained in:
Lonami Exo
2020-10-15 10:42:40 +02:00
parent 9c5b9abb93
commit 312dac90a3
3 changed files with 78 additions and 4 deletions

View File

@@ -147,6 +147,9 @@ class InlineQuery(EventBuilder):
"""
Answers the inline query with the given results.
See the documentation for `builder` to know what kind of answers
can be given.
Args:
results (`list`, optional):
A list of :tl:`InputBotInlineResult` to use.