mirror of
https://github.com/python-telegram-bot/python-telegram-bot.git
synced 2024-11-21 22:56:38 +01:00
8a205b10c0
Co-authored-by: Hinrich Mahler <22366557+Bibo-Joshi@users.noreply.github.com>
44 lines
1.6 KiB
ReStructuredText
44 lines
1.6 KiB
ReStructuredText
.. _inline-tree:
|
|
|
|
Inline Mode
|
|
-----------
|
|
|
|
The following methods and objects allow your bot to work in `inline mode <https://core.telegram.org/bots/inline>`_.
|
|
Please see Telegrams `Introduction to Inline bots <https://core.telegram.org/bots/inline>`_ for more details.
|
|
|
|
To enable this option, send the ``/setinline`` command to `@BotFather <https://t.me/botfather>`_ and provide the placeholder text that the user will see in the input field after typing your bot's name.
|
|
|
|
|
|
.. toctree::
|
|
:titlesonly:
|
|
|
|
telegram.choseninlineresult
|
|
telegram.inlinequery
|
|
telegram.inlinequeryresult
|
|
telegram.inlinequeryresultarticle
|
|
telegram.inlinequeryresultaudio
|
|
telegram.inlinequeryresultcachedaudio
|
|
telegram.inlinequeryresultcacheddocument
|
|
telegram.inlinequeryresultcachedgif
|
|
telegram.inlinequeryresultcachedmpeg4gif
|
|
telegram.inlinequeryresultcachedphoto
|
|
telegram.inlinequeryresultcachedsticker
|
|
telegram.inlinequeryresultcachedvideo
|
|
telegram.inlinequeryresultcachedvoice
|
|
telegram.inlinequeryresultcontact
|
|
telegram.inlinequeryresultdocument
|
|
telegram.inlinequeryresultgame
|
|
telegram.inlinequeryresultgif
|
|
telegram.inlinequeryresultlocation
|
|
telegram.inlinequeryresultmpeg4gif
|
|
telegram.inlinequeryresultphoto
|
|
telegram.inlinequeryresultsbutton
|
|
telegram.inlinequeryresultvenue
|
|
telegram.inlinequeryresultvideo
|
|
telegram.inlinequeryresultvoice
|
|
telegram.inputmessagecontent
|
|
telegram.inputtextmessagecontent
|
|
telegram.inputlocationmessagecontent
|
|
telegram.inputvenuemessagecontent
|
|
telegram.inputcontactmessagecontent
|
|
telegram.inputinvoicemessagecontent
|