X Tutup
Skip to content

Commit b444cd7

Browse files
committed
Adding new modules to docs python-telegram-bot#232
1 parent 012bbe1 commit b444cd7

27 files changed

+220
-29
lines changed
Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
1-
telegram.jobqueue module
1+
telegram.ext.jobqueue module
22
========================
33

4-
.. automodule:: telegram.jobqueue
4+
.. automodule:: telegram.ext.jobqueue
55
:members:
66
:undoc-members:
77
:show-inheritance:
Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,7 @@
1+
telegram.inlinekeyboardbutton module
2+
===========================
3+
4+
.. automodule:: telegram.inlinekeyboardbutton
5+
:members:
6+
:undoc-members:
7+
:show-inheritance:
Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,7 @@
1+
telegram.inlinekeyboardmarkup module
2+
==========================
3+
4+
.. automodule:: telegram.inlinekeyboardmarkup
5+
:members:
6+
:undoc-members:
7+
:show-inheritance:
Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,7 @@
1+
telegram.inlinequeryresultarticle module
2+
=================================
3+
4+
.. automodule:: telegram.inlinequeryresultarticle
5+
:members:
6+
:undoc-members:
7+
:show-inheritance:
Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,7 @@
1+
telegram.inlinequeryresultaudio module
2+
=================================
3+
4+
.. automodule:: telegram.inlinequeryresultaudio
5+
:members:
6+
:undoc-members:
7+
:show-inheritance:
Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,7 @@
1+
telegram.inlinequeryresultcachedaudio module
2+
=================================
3+
4+
.. automodule:: telegram.inlinequeryresultcachedaudio
5+
:members:
6+
:undoc-members:
7+
:show-inheritance:
Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,7 @@
1+
telegram.inlinequeryresultcacheddocument module
2+
=================================
3+
4+
.. automodule:: telegram.inlinequeryresultcacheddocument
5+
:members:
6+
:undoc-members:
7+
:show-inheritance:
Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,7 @@
1+
telegram.inlinequeryresultcachedgif module
2+
=================================
3+
4+
.. automodule:: telegram.inlinequeryresultcachedgif
5+
:members:
6+
:undoc-members:
7+
:show-inheritance:
Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,7 @@
1+
telegram.inlinequeryresultcachedmpeg4gif module
2+
=================================
3+
4+
.. automodule:: telegram.inlinequeryresultcachedmpeg4gif
5+
:members:
6+
:undoc-members:
7+
:show-inheritance:
Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,7 @@
1+
telegram.inlinequeryresultcachedphoto module
2+
=================================
3+
4+
.. automodule:: telegram.inlinequeryresultcachedphoto
5+
:members:
6+
:undoc-members:
7+
:show-inheritance:

0 commit comments

Comments
 (0)
X Tutup