mirror of
https://github.com/python-telegram-bot/python-telegram-bot.git
synced 2024-11-22 15:17:00 +01:00
bae57c7f8f
Co-authored-by: poolitzer <25934244+Poolitzer@users.noreply.github.com> Co-authored-by: Harshil <ilovebhagwan@gmail.com> Co-authored-by: Harshil <37377066+harshil21@users.noreply.github.com>
41 lines
1.4 KiB
ReStructuredText
41 lines
1.4 KiB
ReStructuredText
.. Python Telegram Bot documentation master file, created by
|
|
sphinx-quickstart on Mon Aug 10 22:25:07 2015.
|
|
You can adapt this file completely to your liking, but it should at least
|
|
contain the root `toctree` directive.
|
|
|
|
Welcome to Python Telegram Bot's documentation!
|
|
===============================================
|
|
|
|
Guides and tutorials
|
|
====================
|
|
|
|
If you're just starting out with the library, we recommend following our `"Your first Bot" <https://github.com/python-telegram-bot/python-telegram-bot/wiki/Extensions-%E2%80%93-Your-first-Bot>`_ tutorial that you can find on our `wiki <https://github.com/python-telegram-bot/python-telegram-bot/wiki>`_.
|
|
On our wiki you will also find guides like how to use handlers, webhooks, emoji, proxies and much more.
|
|
|
|
Examples
|
|
========
|
|
|
|
A great way to learn is by looking at examples. Ours can be found in our `examples folder on Github <https://github.com/python-telegram-bot/python-telegram-bot/tree/master/examples>`_.
|
|
|
|
|
|
Reference
|
|
=========
|
|
|
|
Below you can find a reference of all the classes and methods in python-telegram-bot.
|
|
Apart from the `telegram.ext` package the objects should reflect the types defined in the `official Telegram Bot API documentation <https://core.telegram.org/bots/api>`_.
|
|
|
|
.. toctree::
|
|
telegram.ext
|
|
|
|
.. toctree::
|
|
telegram
|
|
|
|
Changelog
|
|
---------
|
|
|
|
.. toctree::
|
|
:maxdepth: 2
|
|
|
|
changelog
|
|
|
|
|