mirror of
https://github.com/python-telegram-bot/python-telegram-bot.git
synced 2024-12-22 14:35:00 +01:00
[ci skip] docs: add even more missing classes (wtf)
This commit is contained in:
parent
65061f8a99
commit
e76ee6bb57
9 changed files with 64 additions and 0 deletions
7
docs/source/telegram.callbackquery.rst
Normal file
7
docs/source/telegram.callbackquery.rst
Normal file
|
@ -0,0 +1,7 @@
|
|||
telegram.callbackquery module
|
||||
=============================
|
||||
|
||||
.. automodule:: telegram.callbackquery
|
||||
:members:
|
||||
:undoc-members:
|
||||
:show-inheritance:
|
7
docs/source/telegram.file.rst
Normal file
7
docs/source/telegram.file.rst
Normal file
|
@ -0,0 +1,7 @@
|
|||
telegram.file module
|
||||
====================
|
||||
|
||||
.. automodule:: telegram.file
|
||||
:members:
|
||||
:undoc-members:
|
||||
:show-inheritance:
|
7
docs/source/telegram.inlinequeryresultgame.rst
Normal file
7
docs/source/telegram.inlinequeryresultgame.rst
Normal file
|
@ -0,0 +1,7 @@
|
|||
telegram.inlinequeryresultgame module
|
||||
=====================================
|
||||
|
||||
.. automodule:: telegram.inlinequeryresultgame
|
||||
:members:
|
||||
:undoc-members:
|
||||
:show-inheritance:
|
7
docs/source/telegram.inputcontactmessagecontent.rst
Normal file
7
docs/source/telegram.inputcontactmessagecontent.rst
Normal file
|
@ -0,0 +1,7 @@
|
|||
telegram.inputcontactmessagecontent module
|
||||
==========================================
|
||||
|
||||
.. automodule:: telegram.inputcontactmessagecontent
|
||||
:members:
|
||||
:undoc-members:
|
||||
:show-inheritance:
|
7
docs/source/telegram.inputlocationmessagecontent.rst
Normal file
7
docs/source/telegram.inputlocationmessagecontent.rst
Normal file
|
@ -0,0 +1,7 @@
|
|||
telegram.inputlocationmessagecontent module
|
||||
===========================================
|
||||
|
||||
.. automodule:: telegram.inputlocationmessagecontent
|
||||
:members:
|
||||
:undoc-members:
|
||||
:show-inheritance:
|
7
docs/source/telegram.inputmessagecontent.rst
Normal file
7
docs/source/telegram.inputmessagecontent.rst
Normal file
|
@ -0,0 +1,7 @@
|
|||
telegram.inputmessagecontent module
|
||||
===================================
|
||||
|
||||
.. automodule:: telegram.inputmessagecontent
|
||||
:members:
|
||||
:undoc-members:
|
||||
:show-inheritance:
|
7
docs/source/telegram.inputtextmessagecontent.rst
Normal file
7
docs/source/telegram.inputtextmessagecontent.rst
Normal file
|
@ -0,0 +1,7 @@
|
|||
telegram.inputtextmessagecontent module
|
||||
=======================================
|
||||
|
||||
.. automodule:: telegram.inputtextmessagecontent
|
||||
:members:
|
||||
:undoc-members:
|
||||
:show-inheritance:
|
7
docs/source/telegram.inputvenuemessagecontent.rst
Normal file
7
docs/source/telegram.inputvenuemessagecontent.rst
Normal file
|
@ -0,0 +1,7 @@
|
|||
telegram.inputvenuemessagecontent module
|
||||
========================================
|
||||
|
||||
.. automodule:: telegram.inputvenuemessagecontent
|
||||
:members:
|
||||
:undoc-members:
|
||||
:show-inheritance:
|
|
@ -13,6 +13,7 @@ Submodules
|
|||
telegram.base
|
||||
telegram.bot
|
||||
telegram.callbackgame
|
||||
telegram.callbackquery
|
||||
telegram.chat
|
||||
telegram.chataction
|
||||
telegram.chatmember
|
||||
|
@ -21,6 +22,7 @@ Submodules
|
|||
telegram.contact
|
||||
telegram.document
|
||||
telegram.error
|
||||
telegram.file
|
||||
telegram.forcereply
|
||||
telegram.game
|
||||
telegram.gamehighscore
|
||||
|
@ -40,6 +42,7 @@ Submodules
|
|||
telegram.inlinequeryresultcachedvoice
|
||||
telegram.inlinequeryresultcontact
|
||||
telegram.inlinequeryresultdocument
|
||||
telegram.inlinequeryresultgame
|
||||
telegram.inlinequeryresultgif
|
||||
telegram.inlinequeryresultlocation
|
||||
telegram.inlinequeryresultmpeg4gif
|
||||
|
@ -47,7 +50,12 @@ Submodules
|
|||
telegram.inlinequeryresultvenue
|
||||
telegram.inlinequeryresultvideo
|
||||
telegram.inlinequeryresultvoice
|
||||
telegram.inputcontactmessagecontent
|
||||
telegram.inputfile
|
||||
telegram.inputlocationmessagecontent
|
||||
telegram.inputmessagecontent
|
||||
telegram.inputtextmessagecontent
|
||||
telegram.inputvenuemessagecontent
|
||||
telegram.keyboardbutton
|
||||
telegram.location
|
||||
telegram.message
|
||||
|
|
Loading…
Reference in a new issue