mirror of
https://github.com/python-telegram-bot/python-telegram-bot.git
synced 2024-11-21 22:56:38 +01:00
parent
19ce9e4512
commit
b3b94240a5
199 changed files with 4574 additions and 3403 deletions
|
@ -7,9 +7,10 @@ Changes
|
|||
- Improved filters for user_id/username/chat.
|
||||
- Internal restructure of files.
|
||||
- Improved unitests.
|
||||
- Fully support Bot API 3.2.
|
||||
- Fully support Bot API 3.2
|
||||
- Modified docstrings
|
||||
- Remove deprecated ``telegram.Emoji``.
|
||||
- Remove deprecated ``Botan`` import from ``utils``.
|
||||
- Remove deprecated ``Botan`` import from ``utils`` (``Botan`` is still available through ``contrib``).
|
||||
- Remove deprecated ``ReplyKeyboardHide``.
|
||||
- Remove deprecated ``edit_message`` argument of `bot.set_game_score``.
|
||||
|
||||
|
|
|
@ -6,6 +6,9 @@
|
|||
Welcome to Python Telegram Bot's documentation!
|
||||
===============================================
|
||||
|
||||
Below you can find the documentation for the python-telegram-bot library. except for the .ext package most of the
|
||||
objects in the package reflect the types as defined by the `telegram bot api <https://core.telegram.org/bots/api>`_.
|
||||
|
||||
.. toctree::
|
||||
telegram
|
||||
|
||||
|
|
|
@ -1,7 +1,6 @@
|
|||
telegram.animation module
|
||||
=========================
|
||||
telegram.Animation
|
||||
==================
|
||||
|
||||
.. automodule:: telegram.animation
|
||||
.. autoclass:: telegram.Animation
|
||||
:members:
|
||||
:undoc-members:
|
||||
:show-inheritance:
|
||||
|
|
|
@ -1,7 +1,6 @@
|
|||
telegram.audio module
|
||||
=====================
|
||||
telegram.Audio
|
||||
==============
|
||||
|
||||
.. automodule:: telegram.audio
|
||||
.. autoclass:: telegram.Audio
|
||||
:members:
|
||||
:undoc-members:
|
||||
:show-inheritance:
|
||||
|
|
|
@ -1,7 +0,0 @@
|
|||
telegram.base module
|
||||
====================
|
||||
|
||||
.. automodule:: telegram.base
|
||||
:members:
|
||||
:undoc-members:
|
||||
:show-inheritance:
|
|
@ -1,6 +1,6 @@
|
|||
telegram.bot module
|
||||
===================
|
||||
telegram.Bot
|
||||
============
|
||||
|
||||
.. automodule:: telegram.bot
|
||||
.. autoclass:: telegram.Bot
|
||||
:members:
|
||||
:show-inheritance:
|
||||
:show-inheritance:
|
|
@ -1,7 +1,6 @@
|
|||
telegram.callbackgame module
|
||||
============================
|
||||
telegram.Callbackgame
|
||||
=====================
|
||||
|
||||
.. automodule:: telegram.callbackgame
|
||||
.. autoclass:: telegram.CallbackGame
|
||||
:members:
|
||||
:undoc-members:
|
||||
:show-inheritance:
|
||||
|
|
|
@ -1,7 +1,6 @@
|
|||
telegram.callbackquery module
|
||||
=============================
|
||||
telegram.CallbackQuery
|
||||
======================
|
||||
|
||||
.. automodule:: telegram.callbackquery
|
||||
.. autoclass:: telegram.CallbackQuery
|
||||
:members:
|
||||
:undoc-members:
|
||||
:show-inheritance:
|
||||
|
|
|
@ -1,7 +1,6 @@
|
|||
telegram.chat module
|
||||
=========================
|
||||
telegram.Chat
|
||||
=============
|
||||
|
||||
.. automodule:: telegram.chat
|
||||
.. autoclass:: telegram.Chat
|
||||
:members:
|
||||
:undoc-members:
|
||||
:show-inheritance:
|
||||
|
|
|
@ -1,7 +1,6 @@
|
|||
telegram.chataction module
|
||||
==========================
|
||||
telegram.ChatAction
|
||||
===================
|
||||
|
||||
.. automodule:: telegram.chataction
|
||||
.. autoclass:: telegram.ChatAction
|
||||
:members:
|
||||
:undoc-members:
|
||||
:show-inheritance:
|
||||
|
|
|
@ -1,7 +1,6 @@
|
|||
telegram.chatmember module
|
||||
==========================
|
||||
telegram.ChatMember
|
||||
===================
|
||||
|
||||
.. automodule:: telegram.chatmember
|
||||
.. autoclass:: telegram.ChatMember
|
||||
:members:
|
||||
:undoc-members:
|
||||
:show-inheritance:
|
||||
|
|
6
docs/source/telegram.chatphoto.rst
Normal file
6
docs/source/telegram.chatphoto.rst
Normal file
|
@ -0,0 +1,6 @@
|
|||
telegram.ChatPhoto
|
||||
==================
|
||||
|
||||
.. autoclass:: telegram.ChatPhoto
|
||||
:members:
|
||||
:show-inheritance:
|
|
@ -1,7 +1,6 @@
|
|||
telegram.choseninlineresult module
|
||||
==================================
|
||||
telegram.ChosenInlineResult
|
||||
===========================
|
||||
|
||||
.. automodule:: telegram.choseninlineresult
|
||||
.. autoclass:: telegram.ChosenInlineResult
|
||||
:members:
|
||||
:undoc-members:
|
||||
:show-inheritance:
|
||||
|
|
|
@ -1,7 +1,6 @@
|
|||
telegram.constants module
|
||||
telegram.constants Module
|
||||
=========================
|
||||
|
||||
.. automodule:: telegram.constants
|
||||
:members:
|
||||
:undoc-members:
|
||||
:show-inheritance:
|
||||
|
|
|
@ -1,7 +1,6 @@
|
|||
telegram.contact module
|
||||
=======================
|
||||
telegram.Contact
|
||||
================
|
||||
|
||||
.. automodule:: telegram.contact
|
||||
.. autoclass:: telegram.Contact
|
||||
:members:
|
||||
:undoc-members:
|
||||
:show-inheritance:
|
||||
|
|
|
@ -1,7 +1,7 @@
|
|||
telegram.contrib.botan module
|
||||
=============================
|
||||
telegram.contrib.Botan
|
||||
======================
|
||||
|
||||
.. automodule:: telegram.contrib.botan
|
||||
.. autoclass:: telegram.contrib.Botan
|
||||
:members:
|
||||
:undoc-members:
|
||||
:show-inheritance:
|
||||
|
|
|
@ -15,3 +15,4 @@ Module contents
|
|||
:members:
|
||||
:undoc-members:
|
||||
:show-inheritance:
|
||||
:noindex:
|
||||
|
|
|
@ -1,7 +1,6 @@
|
|||
telegram.document module
|
||||
========================
|
||||
telegram.Document
|
||||
=================
|
||||
|
||||
.. automodule:: telegram.document
|
||||
.. autoclass:: telegram.Document
|
||||
:members:
|
||||
:undoc-members:
|
||||
:show-inheritance:
|
||||
|
|
|
@ -1,7 +1,6 @@
|
|||
telegram.ext.callbackqueryhandler module
|
||||
========================================
|
||||
telegram.ext.CallbackQueryHandler
|
||||
=================================
|
||||
|
||||
.. automodule:: telegram.ext.callbackqueryhandler
|
||||
.. autoclass:: telegram.ext.CallbackQueryHandler
|
||||
:members:
|
||||
:undoc-members:
|
||||
:show-inheritance:
|
||||
|
|
|
@ -1,7 +1,6 @@
|
|||
telegram.ext.choseninlineresulthandler module
|
||||
=============================================
|
||||
telegram.ext.ChosenInlineResultHandler
|
||||
======================================
|
||||
|
||||
.. automodule:: telegram.ext.choseninlineresulthandler
|
||||
.. autoclass:: telegram.ext.ChosenInlineResultHandler
|
||||
:members:
|
||||
:undoc-members:
|
||||
:show-inheritance:
|
||||
|
|
|
@ -1,7 +1,6 @@
|
|||
telegram.ext.commandhandler module
|
||||
==================================
|
||||
telegram.ext.CommandHandler
|
||||
===========================
|
||||
|
||||
.. automodule:: telegram.ext.commandhandler
|
||||
.. autoclass:: telegram.ext.CommandHandler
|
||||
:members:
|
||||
:undoc-members:
|
||||
:show-inheritance:
|
||||
|
|
|
@ -1,7 +1,6 @@
|
|||
telegram.ext.conversationhandler module
|
||||
=======================================
|
||||
telegram.ext.ConversationHandler
|
||||
================================
|
||||
|
||||
.. automodule:: telegram.ext.conversationhandler
|
||||
.. autoclass:: telegram.ext.ConversationHandler
|
||||
:members:
|
||||
:undoc-members:
|
||||
:show-inheritance:
|
||||
|
|
7
docs/source/telegram.ext.delayqueue.rst
Normal file
7
docs/source/telegram.ext.delayqueue.rst
Normal file
|
@ -0,0 +1,7 @@
|
|||
telegram.ext.DelayQueue
|
||||
=======================
|
||||
|
||||
.. autoclass:: telegram.ext.DelayQueue
|
||||
:members:
|
||||
:show-inheritance:
|
||||
:special-members:
|
|
@ -1,7 +1,6 @@
|
|||
telegram.ext.dispatcher module
|
||||
==============================
|
||||
telegram.ext.Dispatcher
|
||||
=======================
|
||||
|
||||
.. automodule:: telegram.ext.dispatcher
|
||||
.. autoclass:: telegram.ext.Dispatcher
|
||||
:members:
|
||||
:undoc-members:
|
||||
:show-inheritance:
|
||||
|
|
|
@ -1,7 +1,6 @@
|
|||
telegram.ext.filters module
|
||||
telegram.ext.filters Module
|
||||
===========================
|
||||
|
||||
.. automodule:: telegram.ext.filters
|
||||
:members:
|
||||
:undoc-members:
|
||||
:show-inheritance:
|
||||
|
|
|
@ -1,7 +1,7 @@
|
|||
telegram.ext.handler module
|
||||
===========================
|
||||
telegram.ext.Handler
|
||||
====================
|
||||
|
||||
.. automodule:: telegram.ext.handler
|
||||
.. autoclass:: telegram.ext.Handler
|
||||
:members:
|
||||
:undoc-members:
|
||||
:show-inheritance:
|
||||
|
|
|
@ -1,7 +1,6 @@
|
|||
telegram.ext.inlinequeryhandler module
|
||||
======================================
|
||||
telegram.ext.InlineQueryHandler
|
||||
===============================
|
||||
|
||||
.. automodule:: telegram.ext.inlinequeryhandler
|
||||
.. autoclass:: telegram.ext.InlineQueryHandler
|
||||
:members:
|
||||
:undoc-members:
|
||||
:show-inheritance:
|
||||
|
|
|
@ -1,7 +1,6 @@
|
|||
telegram.ext.jobqueue module
|
||||
============================
|
||||
telegram.ext.JobQueue
|
||||
=====================
|
||||
|
||||
.. automodule:: telegram.ext.jobqueue
|
||||
.. autoclass:: telegram.ext.JobQueue
|
||||
:members:
|
||||
:undoc-members:
|
||||
:show-inheritance:
|
||||
|
|
|
@ -1,7 +1,6 @@
|
|||
telegram.ext.messagehandler module
|
||||
==================================
|
||||
telegram.ext.MessageHandler
|
||||
===========================
|
||||
|
||||
.. automodule:: telegram.ext.messagehandler
|
||||
.. autoclass:: telegram.ext.MessageHandler
|
||||
:members:
|
||||
:undoc-members:
|
||||
:show-inheritance:
|
||||
|
|
|
@ -1,7 +1,7 @@
|
|||
telegram.ext.messagequeue module
|
||||
================================
|
||||
telegram.ext.MessageQueue
|
||||
=========================
|
||||
|
||||
.. automodule:: telegram.ext.messagequeue
|
||||
.. autoclass:: telegram.ext.MessageQueue
|
||||
:members:
|
||||
:undoc-members:
|
||||
:show-inheritance:
|
||||
:special-members:
|
||||
|
|
6
docs/source/telegram.ext.precheckoutqueryhandler.rst
Normal file
6
docs/source/telegram.ext.precheckoutqueryhandler.rst
Normal file
|
@ -0,0 +1,6 @@
|
|||
telegram.ext.PreCheckoutQueryHandler
|
||||
====================================
|
||||
|
||||
.. autoclass:: telegram.ext.PreCheckoutQueryHandler
|
||||
:members:
|
||||
:show-inheritance:
|
|
@ -1,7 +1,6 @@
|
|||
telegram.ext.regexhandler module
|
||||
================================
|
||||
telegram.ext.RegexHandler
|
||||
=========================
|
||||
|
||||
.. automodule:: telegram.ext.regexhandler
|
||||
.. autoclass:: telegram.ext.RegexHandler
|
||||
:members:
|
||||
:undoc-members:
|
||||
:show-inheritance:
|
||||
|
|
|
@ -1,14 +1,20 @@
|
|||
telegram.ext package
|
||||
====================
|
||||
|
||||
Submodules
|
||||
----------
|
||||
|
||||
.. toctree::
|
||||
|
||||
telegram.ext.updater
|
||||
telegram.ext.dispatcher
|
||||
telegram.ext.filters
|
||||
telegram.ext.jobqueue
|
||||
telegram.ext.messagequeue
|
||||
telegram.ext.delayqueue
|
||||
|
||||
Handlers
|
||||
--------
|
||||
|
||||
.. toctree::
|
||||
|
||||
telegram.ext.handler
|
||||
telegram.ext.callbackqueryhandler
|
||||
telegram.ext.choseninlineresulthandler
|
||||
|
@ -16,17 +22,9 @@ Submodules
|
|||
telegram.ext.commandhandler
|
||||
telegram.ext.inlinequeryhandler
|
||||
telegram.ext.messagehandler
|
||||
telegram.ext.messagequeue
|
||||
telegram.ext.filters
|
||||
telegram.ext.precheckoutqueryhandler
|
||||
telegram.ext.regexhandler
|
||||
telegram.ext.shippingqueryhandler
|
||||
telegram.ext.stringcommandhandler
|
||||
telegram.ext.stringregexhandler
|
||||
telegram.ext.typehandler
|
||||
|
||||
Module contents
|
||||
---------------
|
||||
|
||||
.. automodule:: telegram.ext
|
||||
:members:
|
||||
:undoc-members:
|
||||
:show-inheritance:
|
||||
|
|
6
docs/source/telegram.ext.shippingqueryhandler.rst
Normal file
6
docs/source/telegram.ext.shippingqueryhandler.rst
Normal file
|
@ -0,0 +1,6 @@
|
|||
telegram.ext.ShippingQueryHandler
|
||||
=================================
|
||||
|
||||
.. autoclass:: telegram.ext.ShippingQueryHandler
|
||||
:members:
|
||||
:show-inheritance:
|
|
@ -1,7 +1,6 @@
|
|||
telegram.ext.stringcommandhandler module
|
||||
========================================
|
||||
telegram.ext.StringCommandHandler
|
||||
=================================
|
||||
|
||||
.. automodule:: telegram.ext.stringcommandhandler
|
||||
.. autoclass:: telegram.ext.StringCommandHandler
|
||||
:members:
|
||||
:undoc-members:
|
||||
:show-inheritance:
|
||||
|
|
|
@ -1,7 +1,6 @@
|
|||
telegram.ext.stringregexhandler module
|
||||
======================================
|
||||
telegram.ext.StringRegexHandler
|
||||
===============================
|
||||
|
||||
.. automodule:: telegram.ext.stringregexhandler
|
||||
.. autoclass:: telegram.ext.StringRegexHandler
|
||||
:members:
|
||||
:undoc-members:
|
||||
:show-inheritance:
|
||||
|
|
|
@ -1,7 +1,6 @@
|
|||
telegram.ext.typehandler module
|
||||
===============================
|
||||
telegram.ext.TypeHandler
|
||||
========================
|
||||
|
||||
.. automodule:: telegram.ext.typehandler
|
||||
.. autoclass:: telegram.ext.TypeHandler
|
||||
:members:
|
||||
:undoc-members:
|
||||
:show-inheritance:
|
||||
|
|
|
@ -1,7 +1,6 @@
|
|||
telegram.ext.updater module
|
||||
===========================
|
||||
telegram.ext.Updater
|
||||
====================
|
||||
|
||||
.. automodule:: telegram.ext.updater
|
||||
.. autoclass:: telegram.ext.Updater
|
||||
:members:
|
||||
:undoc-members:
|
||||
:show-inheritance:
|
||||
|
|
|
@ -1,7 +1,6 @@
|
|||
telegram.file module
|
||||
====================
|
||||
telegram.File
|
||||
=============
|
||||
|
||||
.. automodule:: telegram.file
|
||||
.. autoclass:: telegram.File
|
||||
:members:
|
||||
:undoc-members:
|
||||
:show-inheritance:
|
||||
|
|
|
@ -1,7 +1,6 @@
|
|||
telegram.forcereply module
|
||||
==========================
|
||||
telegram.ForceReply
|
||||
===================
|
||||
|
||||
.. automodule:: telegram.forcereply
|
||||
.. autoclass:: telegram.ForceReply
|
||||
:members:
|
||||
:undoc-members:
|
||||
:show-inheritance:
|
||||
|
|
|
@ -1,7 +1,6 @@
|
|||
telegram.game module
|
||||
====================
|
||||
telegram.Game
|
||||
=============
|
||||
|
||||
.. automodule:: telegram.game
|
||||
.. autoclass:: telegram.Game
|
||||
:members:
|
||||
:undoc-members:
|
||||
:show-inheritance:
|
||||
|
|
|
@ -1,7 +1,6 @@
|
|||
telegram.gamehighscore module
|
||||
=============================
|
||||
telegram.GameHighScore
|
||||
======================
|
||||
|
||||
.. automodule:: telegram.gamehighscore
|
||||
.. autoclass:: telegram.GameHighScore
|
||||
:members:
|
||||
:undoc-members:
|
||||
:show-inheritance:
|
||||
|
|
|
@ -1,7 +1,6 @@
|
|||
telegram.inlinekeyboardbutton module
|
||||
====================================
|
||||
telegram.InlineKeyboardButton
|
||||
=============================
|
||||
|
||||
.. automodule:: telegram.inlinekeyboardbutton
|
||||
.. autoclass:: telegram.InlineKeyboardButton
|
||||
:members:
|
||||
:undoc-members:
|
||||
:show-inheritance:
|
||||
|
|
|
@ -1,7 +1,6 @@
|
|||
telegram.inlinekeyboardmarkup module
|
||||
====================================
|
||||
telegram.InlineKeyboardMarkup
|
||||
=============================
|
||||
|
||||
.. automodule:: telegram.inlinekeyboardmarkup
|
||||
.. autoclass:: telegram.InlineKeyboardMarkup
|
||||
:members:
|
||||
:undoc-members:
|
||||
:show-inheritance:
|
||||
|
|
|
@ -1,7 +1,6 @@
|
|||
telegram.inlinequery module
|
||||
===========================
|
||||
telegram.InlineQuery
|
||||
====================
|
||||
|
||||
.. automodule:: telegram.inlinequery
|
||||
.. autoclass:: telegram.InlineQuery
|
||||
:members:
|
||||
:undoc-members:
|
||||
:show-inheritance:
|
||||
|
|
|
@ -1,7 +1,6 @@
|
|||
telegram.inlinequeryresult module
|
||||
=================================
|
||||
telegram.InlineQueryResult
|
||||
==========================
|
||||
|
||||
.. automodule:: telegram.inlinequeryresult
|
||||
.. autoclass:: telegram.InlineQueryResult
|
||||
:members:
|
||||
:undoc-members:
|
||||
:show-inheritance:
|
||||
|
|
|
@ -1,7 +1,6 @@
|
|||
telegram.inlinequeryresultarticle module
|
||||
========================================
|
||||
telegram.InlineQueryResultArticle
|
||||
=================================
|
||||
|
||||
.. automodule:: telegram.inlinequeryresultarticle
|
||||
.. autoclass:: telegram.InlineQueryResultArticle
|
||||
:members:
|
||||
:undoc-members:
|
||||
:show-inheritance:
|
||||
|
|
|
@ -1,7 +1,6 @@
|
|||
telegram.inlinequeryresultaudio module
|
||||
======================================
|
||||
telegram.InlineQueryResultAudio
|
||||
===============================
|
||||
|
||||
.. automodule:: telegram.inlinequeryresultaudio
|
||||
.. autoclass:: telegram.InlineQueryResultAudio
|
||||
:members:
|
||||
:undoc-members:
|
||||
:show-inheritance:
|
||||
|
|
|
@ -1,7 +1,6 @@
|
|||
telegram.inlinequeryresultcachedaudio module
|
||||
============================================
|
||||
telegram.InlineQueryResultCachedAudio
|
||||
=====================================
|
||||
|
||||
.. automodule:: telegram.inlinequeryresultcachedaudio
|
||||
.. autoclass:: telegram.InlineQueryResultCachedAudio
|
||||
:members:
|
||||
:undoc-members:
|
||||
:show-inheritance:
|
||||
|
|
|
@ -1,7 +1,6 @@
|
|||
telegram.inlinequeryresultcacheddocument module
|
||||
===============================================
|
||||
telegram.InlineQueryResultCachedDocument
|
||||
========================================
|
||||
|
||||
.. automodule:: telegram.inlinequeryresultcacheddocument
|
||||
.. autoclass:: telegram.InlineQueryResultCachedDocument
|
||||
:members:
|
||||
:undoc-members:
|
||||
:show-inheritance:
|
||||
|
|
|
@ -1,7 +1,6 @@
|
|||
telegram.inlinequeryresultcachedgif module
|
||||
==========================================
|
||||
telegram.InlineQueryResultCachedGif
|
||||
===================================
|
||||
|
||||
.. automodule:: telegram.inlinequeryresultcachedgif
|
||||
.. autoclass:: telegram.InlineQueryResultCachedGif
|
||||
:members:
|
||||
:undoc-members:
|
||||
:show-inheritance:
|
||||
|
|
|
@ -1,7 +1,6 @@
|
|||
telegram.inlinequeryresultcachedmpeg4gif module
|
||||
===============================================
|
||||
telegram.InlineQueryResultCachedMpeg4Gif
|
||||
========================================
|
||||
|
||||
.. automodule:: telegram.inlinequeryresultcachedmpeg4gif
|
||||
.. autoclass:: telegram.InlineQueryResultCachedMpeg4Gif
|
||||
:members:
|
||||
:undoc-members:
|
||||
:show-inheritance:
|
||||
|
|
|
@ -1,7 +1,6 @@
|
|||
telegram.inlinequeryresultcachedphoto module
|
||||
============================================
|
||||
telegram.InlineQueryResultCachedPhoto
|
||||
=====================================
|
||||
|
||||
.. automodule:: telegram.inlinequeryresultcachedphoto
|
||||
.. autoclass:: telegram.InlineQueryResultCachedPhoto
|
||||
:members:
|
||||
:undoc-members:
|
||||
:show-inheritance:
|
||||
|
|
|
@ -1,7 +1,6 @@
|
|||
telegram.inlinequeryresultcachedsticker module
|
||||
==============================================
|
||||
telegram.InlineQueryResultCachedSticker
|
||||
=======================================
|
||||
|
||||
.. automodule:: telegram.inlinequeryresultcachedsticker
|
||||
.. autoclass:: telegram.InlineQueryResultCachedSticker
|
||||
:members:
|
||||
:undoc-members:
|
||||
:show-inheritance:
|
||||
|
|
|
@ -1,7 +1,6 @@
|
|||
telegram.inlinequeryresultcachedvideo module
|
||||
============================================
|
||||
telegram.InlineQueryResultCachedVideo
|
||||
=====================================
|
||||
|
||||
.. automodule:: telegram.inlinequeryresultcachedvideo
|
||||
.. autoclass:: telegram.InlineQueryResultCachedVideo
|
||||
:members:
|
||||
:undoc-members:
|
||||
:show-inheritance:
|
||||
|
|
|
@ -1,7 +1,6 @@
|
|||
telegram.inlinequeryresultcachedvoice module
|
||||
============================================
|
||||
telegram.InlineQueryResultCachedVoice
|
||||
=====================================
|
||||
|
||||
.. automodule:: telegram.inlinequeryresultcachedvoice
|
||||
.. autoclass:: telegram.InlineQueryResultCachedVoice
|
||||
:members:
|
||||
:undoc-members:
|
||||
:show-inheritance:
|
||||
|
|
|
@ -1,7 +1,6 @@
|
|||
telegram.inlinequeryresultcontact module
|
||||
========================================
|
||||
telegram.InlineQueryResultContact
|
||||
=================================
|
||||
|
||||
.. automodule:: telegram.inlinequeryresultcontact
|
||||
.. autoclass:: telegram.InlineQueryResultContact
|
||||
:members:
|
||||
:undoc-members:
|
||||
:show-inheritance:
|
||||
|
|
|
@ -1,7 +1,6 @@
|
|||
telegram.inlinequeryresultdocument module
|
||||
=========================================
|
||||
telegram.InlineQueryResultDocument
|
||||
==================================
|
||||
|
||||
.. automodule:: telegram.inlinequeryresultdocument
|
||||
.. autoclass:: telegram.InlineQueryResultDocument
|
||||
:members:
|
||||
:undoc-members:
|
||||
:show-inheritance:
|
||||
|
|
|
@ -1,7 +1,6 @@
|
|||
telegram.inlinequeryresultgame module
|
||||
=====================================
|
||||
telegram.InlineQueryResultGame
|
||||
==============================
|
||||
|
||||
.. automodule:: telegram.inlinequeryresultgame
|
||||
.. autoclass:: telegram.InlineQueryResultGame
|
||||
:members:
|
||||
:undoc-members:
|
||||
:show-inheritance:
|
||||
|
|
|
@ -1,7 +1,6 @@
|
|||
telegram.inlinequeryresultgif module
|
||||
====================================
|
||||
telegram.InlineQueryResultGif
|
||||
=============================
|
||||
|
||||
.. automodule:: telegram.inlinequeryresultgif
|
||||
.. autoclass:: telegram.InlineQueryResultGif
|
||||
:members:
|
||||
:undoc-members:
|
||||
:show-inheritance:
|
||||
|
|
|
@ -1,7 +1,6 @@
|
|||
telegram.inlinequeryresultlocation module
|
||||
=========================================
|
||||
telegram.InlineQueryResultLocation
|
||||
==================================
|
||||
|
||||
.. automodule:: telegram.inlinequeryresultlocation
|
||||
.. autoclass:: telegram.InlineQueryResultLocation
|
||||
:members:
|
||||
:undoc-members:
|
||||
:show-inheritance:
|
||||
|
|
|
@ -1,7 +1,6 @@
|
|||
telegram.inlinequeryresultmpeg4gif module
|
||||
=========================================
|
||||
telegram.InlineQueryResultMpeg4Gif
|
||||
==================================
|
||||
|
||||
.. automodule:: telegram.inlinequeryresultmpeg4gif
|
||||
.. autoclass:: telegram.InlineQueryResultMpeg4Gif
|
||||
:members:
|
||||
:undoc-members:
|
||||
:show-inheritance:
|
||||
|
|
|
@ -1,7 +1,6 @@
|
|||
telegram.inlinequeryresultphoto module
|
||||
======================================
|
||||
telegram.InlineQueryResultPhoto
|
||||
===============================
|
||||
|
||||
.. automodule:: telegram.inlinequeryresultphoto
|
||||
.. autoclass:: telegram.InlineQueryResultPhoto
|
||||
:members:
|
||||
:undoc-members:
|
||||
:show-inheritance:
|
||||
|
|
|
@ -1,7 +1,6 @@
|
|||
telegram.inlinequeryresultvenue module
|
||||
======================================
|
||||
telegram.InlineQueryResultVenue
|
||||
===============================
|
||||
|
||||
.. automodule:: telegram.inlinequeryresultvenue
|
||||
.. autoclass:: telegram.InlineQueryResultVenue
|
||||
:members:
|
||||
:undoc-members:
|
||||
:show-inheritance:
|
||||
|
|
|
@ -1,7 +1,6 @@
|
|||
telegram.inlinequeryresultvideo module
|
||||
======================================
|
||||
telegram.InlineQueryResultVideo
|
||||
===============================
|
||||
|
||||
.. automodule:: telegram.inlinequeryresultvideo
|
||||
.. autoclass:: telegram.InlineQueryResultVideo
|
||||
:members:
|
||||
:undoc-members:
|
||||
:show-inheritance:
|
||||
|
|
|
@ -1,7 +1,6 @@
|
|||
telegram.inlinequeryresultvoice module
|
||||
======================================
|
||||
telegram.InlineQueryResultVoice
|
||||
===============================
|
||||
|
||||
.. automodule:: telegram.inlinequeryresultvoice
|
||||
.. autoclass:: telegram.InlineQueryResultVoice
|
||||
:members:
|
||||
:undoc-members:
|
||||
:show-inheritance:
|
||||
|
|
|
@ -1,7 +1,6 @@
|
|||
telegram.inputcontactmessagecontent module
|
||||
==========================================
|
||||
telegram.InputContactMessageContent
|
||||
===================================
|
||||
|
||||
.. automodule:: telegram.inputcontactmessagecontent
|
||||
.. autoclass:: telegram.InputContactMessageContent
|
||||
:members:
|
||||
:undoc-members:
|
||||
:show-inheritance:
|
||||
|
|
|
@ -1,7 +1,6 @@
|
|||
telegram.inputfile module
|
||||
=========================
|
||||
telegram.InputFile
|
||||
==================
|
||||
|
||||
.. automodule:: telegram.inputfile
|
||||
.. autoclass:: telegram.InputFile
|
||||
:members:
|
||||
:undoc-members:
|
||||
:show-inheritance:
|
||||
|
|
|
@ -1,7 +1,6 @@
|
|||
telegram.inputlocationmessagecontent module
|
||||
===========================================
|
||||
telegram.InputLocationMessageContent
|
||||
====================================
|
||||
|
||||
.. automodule:: telegram.inputlocationmessagecontent
|
||||
.. autoclass:: telegram.InputLocationMessageContent
|
||||
:members:
|
||||
:undoc-members:
|
||||
:show-inheritance:
|
||||
|
|
|
@ -1,7 +1,6 @@
|
|||
telegram.inputmessagecontent module
|
||||
===================================
|
||||
telegram.InputMessageContent
|
||||
============================
|
||||
|
||||
.. automodule:: telegram.inputmessagecontent
|
||||
.. autoclass:: telegram.InputMessageContent
|
||||
:members:
|
||||
:undoc-members:
|
||||
:show-inheritance:
|
||||
|
|
|
@ -1,7 +1,6 @@
|
|||
telegram.inputtextmessagecontent module
|
||||
=======================================
|
||||
telegram.InputTextMessageContent
|
||||
================================
|
||||
|
||||
.. automodule:: telegram.inputtextmessagecontent
|
||||
.. autoclass:: telegram.InputTextMessageContent
|
||||
:members:
|
||||
:undoc-members:
|
||||
:show-inheritance:
|
||||
|
|
|
@ -1,7 +1,6 @@
|
|||
telegram.inputvenuemessagecontent module
|
||||
========================================
|
||||
telegram.InputVenueMessageContent
|
||||
=================================
|
||||
|
||||
.. automodule:: telegram.inputvenuemessagecontent
|
||||
.. autoclass:: telegram.InputVenueMessageContent
|
||||
:members:
|
||||
:undoc-members:
|
||||
:show-inheritance:
|
||||
|
|
6
docs/source/telegram.invoice.rst
Normal file
6
docs/source/telegram.invoice.rst
Normal file
|
@ -0,0 +1,6 @@
|
|||
telegram.Invoice
|
||||
================
|
||||
|
||||
.. autoclass:: telegram.Invoice
|
||||
:members:
|
||||
:show-inheritance:
|
|
@ -1,7 +1,6 @@
|
|||
telegram.keyboardbutton module
|
||||
==============================
|
||||
telegram.KeyboardButton
|
||||
=======================
|
||||
|
||||
.. automodule:: telegram.keyboardbutton
|
||||
.. autoclass:: telegram.KeyboardButton
|
||||
:members:
|
||||
:undoc-members:
|
||||
:show-inheritance:
|
||||
|
|
6
docs/source/telegram.labeledprice.rst
Normal file
6
docs/source/telegram.labeledprice.rst
Normal file
|
@ -0,0 +1,6 @@
|
|||
telegram.LabeledPrice
|
||||
=====================
|
||||
|
||||
.. autoclass:: telegram.LabeledPrice
|
||||
:members:
|
||||
:show-inheritance:
|
|
@ -1,7 +1,6 @@
|
|||
telegram.location module
|
||||
========================
|
||||
telegram.Location
|
||||
=================
|
||||
|
||||
.. automodule:: telegram.location
|
||||
.. autoclass:: telegram.Location
|
||||
:members:
|
||||
:undoc-members:
|
||||
:show-inheritance:
|
||||
|
|
6
docs/source/telegram.maskposition.rst
Normal file
6
docs/source/telegram.maskposition.rst
Normal file
|
@ -0,0 +1,6 @@
|
|||
telegram.MaskPosition
|
||||
=====================
|
||||
|
||||
.. autoclass:: telegram.MaskPosition
|
||||
:members:
|
||||
:show-inheritance:
|
|
@ -1,7 +1,6 @@
|
|||
telegram.message module
|
||||
=======================
|
||||
telegram.Message
|
||||
================
|
||||
|
||||
.. automodule:: telegram.message
|
||||
.. autoclass:: telegram.Message
|
||||
:members:
|
||||
:undoc-members:
|
||||
:show-inheritance:
|
||||
|
|
|
@ -1,7 +1,6 @@
|
|||
telegram.messageentity module
|
||||
=============================
|
||||
telegram.MessageEntity
|
||||
======================
|
||||
|
||||
.. automodule:: telegram.messageentity
|
||||
.. autoclass:: telegram.MessageEntity
|
||||
:members:
|
||||
:undoc-members:
|
||||
:show-inheritance:
|
||||
|
|
6
docs/source/telegram.orderinfo.rst
Normal file
6
docs/source/telegram.orderinfo.rst
Normal file
|
@ -0,0 +1,6 @@
|
|||
telegram.OrderInfo
|
||||
==================
|
||||
|
||||
.. autoclass:: telegram.OrderInfo
|
||||
:members:
|
||||
:show-inheritance:
|
|
@ -1,7 +1,6 @@
|
|||
telegram.parsemode module
|
||||
=========================
|
||||
telegram.ParseMode
|
||||
==================
|
||||
|
||||
.. automodule:: telegram.parsemode
|
||||
.. autoclass:: telegram.ParseMode
|
||||
:members:
|
||||
:undoc-members:
|
||||
:show-inheritance:
|
||||
|
|
|
@ -1,7 +1,6 @@
|
|||
telegram.photosize module
|
||||
=========================
|
||||
telegram.PhotoSize
|
||||
==================
|
||||
|
||||
.. automodule:: telegram.photosize
|
||||
.. autoclass:: telegram.PhotoSize
|
||||
:members:
|
||||
:undoc-members:
|
||||
:show-inheritance:
|
||||
|
|
6
docs/source/telegram.precheckoutquery.rst
Normal file
6
docs/source/telegram.precheckoutquery.rst
Normal file
|
@ -0,0 +1,6 @@
|
|||
telegram.PreCheckoutQuery
|
||||
=========================
|
||||
|
||||
.. autoclass:: telegram.PreCheckoutQuery
|
||||
:members:
|
||||
:show-inheritance:
|
|
@ -1,7 +1,6 @@
|
|||
telegram.replykeyboardmarkup module
|
||||
===================================
|
||||
telegram.ReplyKeyboardMarkup
|
||||
============================
|
||||
|
||||
.. automodule:: telegram.replykeyboardmarkup
|
||||
.. autoclass:: telegram.ReplyKeyboardMarkup
|
||||
:members:
|
||||
:undoc-members:
|
||||
:show-inheritance:
|
||||
|
|
|
@ -1,7 +1,6 @@
|
|||
telegram.replykeyboardremove module
|
||||
===================================
|
||||
telegram.ReplyKeyboardRemove
|
||||
============================
|
||||
|
||||
.. automodule:: telegram.replykeyboardremove
|
||||
.. autoclass:: telegram.ReplyKeyboardRemove
|
||||
:members:
|
||||
:undoc-members:
|
||||
:show-inheritance:
|
||||
|
|
|
@ -1,7 +1,6 @@
|
|||
telegram.replymarkup module
|
||||
===========================
|
||||
telegram.ReplyMarkup
|
||||
====================
|
||||
|
||||
.. automodule:: telegram.replymarkup
|
||||
.. autoclass:: telegram.ReplyMarkup
|
||||
:members:
|
||||
:undoc-members:
|
||||
:show-inheritance:
|
||||
|
|
|
@ -1,33 +1,59 @@
|
|||
telegram package
|
||||
================
|
||||
|
||||
Submodules
|
||||
----------
|
||||
|
||||
.. toctree::
|
||||
|
||||
telegram.contrib
|
||||
telegram.ext
|
||||
telegram.animation
|
||||
telegram.audio
|
||||
telegram.base
|
||||
telegram.bot
|
||||
telegram.callbackgame
|
||||
telegram.callbackquery
|
||||
telegram.chat
|
||||
telegram.chataction
|
||||
telegram.chatmember
|
||||
telegram.choseninlineresult
|
||||
telegram.chatphoto
|
||||
telegram.constants
|
||||
telegram.contact
|
||||
telegram.document
|
||||
telegram.error
|
||||
telegram.file
|
||||
telegram.forcereply
|
||||
telegram.game
|
||||
telegram.gamehighscore
|
||||
telegram.inlinekeyboardbutton
|
||||
telegram.inlinekeyboardmarkup
|
||||
telegram.inputfile
|
||||
telegram.keyboardbutton
|
||||
telegram.location
|
||||
telegram.message
|
||||
telegram.messageentity
|
||||
telegram.parsemode
|
||||
telegram.photosize
|
||||
telegram.replykeyboardremove
|
||||
telegram.replykeyboardmarkup
|
||||
telegram.replymarkup
|
||||
telegram.telegramobject
|
||||
telegram.update
|
||||
telegram.user
|
||||
telegram.userprofilephotos
|
||||
telegram.venue
|
||||
telegram.video
|
||||
telegram.videonote
|
||||
telegram.voice
|
||||
telegram.webhookinfo
|
||||
|
||||
Stickers
|
||||
--------
|
||||
|
||||
.. toctree::
|
||||
|
||||
telegram.sticker
|
||||
telegram.stickerset
|
||||
telegram.maskposition
|
||||
|
||||
Inline Mode
|
||||
-----------
|
||||
|
||||
.. toctree::
|
||||
|
||||
telegram.inlinequery
|
||||
telegram.inlinequeryresult
|
||||
telegram.inlinequeryresultarticle
|
||||
|
@ -50,29 +76,37 @@ Submodules
|
|||
telegram.inlinequeryresultvenue
|
||||
telegram.inlinequeryresultvideo
|
||||
telegram.inlinequeryresultvoice
|
||||
telegram.inputcontactmessagecontent
|
||||
telegram.inputfile
|
||||
telegram.inputlocationmessagecontent
|
||||
telegram.inputmessagecontent
|
||||
telegram.inputtextmessagecontent
|
||||
telegram.inputlocationmessagecontent
|
||||
telegram.inputvenuemessagecontent
|
||||
telegram.keyboardbutton
|
||||
telegram.location
|
||||
telegram.message
|
||||
telegram.messageentity
|
||||
telegram.parsemode
|
||||
telegram.photosize
|
||||
telegram.replykeyboardremove
|
||||
telegram.replykeyboardmarkup
|
||||
telegram.replymarkup
|
||||
telegram.sticker
|
||||
telegram.update
|
||||
telegram.user
|
||||
telegram.userprofilephotos
|
||||
telegram.venue
|
||||
telegram.video
|
||||
telegram.voice
|
||||
telegram.webhookinfo
|
||||
telegram.inputcontactmessagecontent
|
||||
telegram.choseninlineresult
|
||||
|
||||
Payments
|
||||
--------
|
||||
|
||||
.. toctree::
|
||||
|
||||
telegram.labeledprice
|
||||
telegram.invoice
|
||||
telegram.shippingaddress
|
||||
telegram.orderinfo
|
||||
telegram.shippingoption
|
||||
telegram.successfulpayment
|
||||
telegram.shippingquery
|
||||
telegram.precheckoutquery
|
||||
|
||||
Games
|
||||
-----
|
||||
|
||||
.. toctree::
|
||||
|
||||
telegram.game
|
||||
telegram.animation
|
||||
telegram.callbackgame
|
||||
telegram.gamehighscore
|
||||
|
||||
|
||||
Module contents
|
||||
---------------
|
||||
|
@ -81,3 +115,4 @@ Module contents
|
|||
:members:
|
||||
:undoc-members:
|
||||
:show-inheritance:
|
||||
:noindex:
|
||||
|
|
6
docs/source/telegram.shippingaddress.rst
Normal file
6
docs/source/telegram.shippingaddress.rst
Normal file
|
@ -0,0 +1,6 @@
|
|||
telegram.ShippingAddress
|
||||
========================
|
||||
|
||||
.. autoclass:: telegram.ShippingAddress
|
||||
:members:
|
||||
:show-inheritance:
|
6
docs/source/telegram.shippingoption.rst
Normal file
6
docs/source/telegram.shippingoption.rst
Normal file
|
@ -0,0 +1,6 @@
|
|||
telegram.ShippingOption
|
||||
=======================
|
||||
|
||||
.. autoclass:: telegram.ShippingOption
|
||||
:members:
|
||||
:show-inheritance:
|
6
docs/source/telegram.shippingquery.rst
Normal file
6
docs/source/telegram.shippingquery.rst
Normal file
|
@ -0,0 +1,6 @@
|
|||
telegram.ShippingQuery
|
||||
======================
|
||||
|
||||
.. autoclass:: telegram.ShippingQuery
|
||||
:members:
|
||||
:show-inheritance:
|
|
@ -1,6 +1,6 @@
|
|||
telegram.sticker module
|
||||
=======================
|
||||
telegram.Sticker
|
||||
================
|
||||
|
||||
.. automodule:: telegram.files.sticker
|
||||
.. autoclass:: telegram.Sticker
|
||||
:members:
|
||||
:show-inheritance:
|
||||
|
|
6
docs/source/telegram.stickerset.rst
Normal file
6
docs/source/telegram.stickerset.rst
Normal file
|
@ -0,0 +1,6 @@
|
|||
telegram.StickerSet
|
||||
===================
|
||||
|
||||
.. autoclass:: telegram.StickerSet
|
||||
:members:
|
||||
:show-inheritance:
|
6
docs/source/telegram.successfulpayment.rst
Normal file
6
docs/source/telegram.successfulpayment.rst
Normal file
|
@ -0,0 +1,6 @@
|
|||
telegram.SuccessfulPayment
|
||||
==========================
|
||||
|
||||
.. autoclass:: telegram.SuccessfulPayment
|
||||
:members:
|
||||
:show-inheritance:
|
6
docs/source/telegram.telegramobject.rst
Normal file
6
docs/source/telegram.telegramobject.rst
Normal file
|
@ -0,0 +1,6 @@
|
|||
telegram.TelegramObject
|
||||
=======================
|
||||
|
||||
.. autoclass:: telegram.TelegramObject
|
||||
:members:
|
||||
:show-inheritance:
|
|
@ -1,7 +1,7 @@
|
|||
telegram.update module
|
||||
======================
|
||||
telegram.Update
|
||||
===============
|
||||
|
||||
.. automodule:: telegram.update
|
||||
.. autoclass:: telegram.Update
|
||||
:members:
|
||||
:undoc-members:
|
||||
:show-inheritance:
|
||||
|
|
|
@ -1,7 +1,7 @@
|
|||
telegram.user module
|
||||
====================
|
||||
telegram.User
|
||||
=============
|
||||
|
||||
.. automodule:: telegram.user
|
||||
.. autoclass:: telegram.User
|
||||
:members:
|
||||
:undoc-members:
|
||||
:show-inheritance:
|
||||
|
|
|
@ -1,7 +1,6 @@
|
|||
telegram.userprofilephotos module
|
||||
=================================
|
||||
telegram.UserProfilePhotos
|
||||
==========================
|
||||
|
||||
.. automodule:: telegram.userprofilephotos
|
||||
.. autoclass:: telegram.UserProfilePhotos
|
||||
:members:
|
||||
:undoc-members:
|
||||
:show-inheritance:
|
||||
|
|
|
@ -1,7 +1,6 @@
|
|||
telegram.venue module
|
||||
=====================
|
||||
telegram.Venue
|
||||
==============
|
||||
|
||||
.. automodule:: telegram.venue
|
||||
.. autoclass:: telegram.Venue
|
||||
:members:
|
||||
:undoc-members:
|
||||
:show-inheritance:
|
||||
|
|
|
@ -1,7 +1,6 @@
|
|||
telegram.video module
|
||||
=====================
|
||||
telegram.Video
|
||||
==============
|
||||
|
||||
.. automodule:: telegram.video
|
||||
.. autoclass:: telegram.Video
|
||||
:members:
|
||||
:undoc-members:
|
||||
:show-inheritance:
|
||||
|
|
6
docs/source/telegram.videonote.rst
Normal file
6
docs/source/telegram.videonote.rst
Normal file
|
@ -0,0 +1,6 @@
|
|||
telegram.VideoNote
|
||||
==================
|
||||
|
||||
.. autoclass:: telegram.VideoNote
|
||||
:members:
|
||||
:show-inheritance:
|
Some files were not shown because too many files have changed in this diff Show more
Loading…
Reference in a new issue