2
0
mirror of https://github.com/pyrogram/pyrogram synced 2025-09-01 06:45:39 +00:00

Add content lists on relevant pages

This commit is contained in:
Dan
2020-04-01 20:08:46 +02:00
parent 2046768a5e
commit 0b93049822
35 changed files with 193 additions and 4 deletions

View File

@@ -17,6 +17,8 @@ This page is about the Client class, which exposes high-level methods for an eas
with app:
app.send_message("me", "Hi!")
-----
Details
-------

View File

@@ -24,6 +24,12 @@ functions.
app.run()
.. contents:: Contents
:backlinks: none
:local:
-----
.. currentmodule:: pyrogram
Index

View File

@@ -15,6 +15,12 @@ follow the usual *PascalCase* convention.
except FloodWait as e:
...
.. contents:: Contents
:backlinks: none
:local:
-----
303 - SeeOther
--------------

View File

@@ -20,6 +20,12 @@ For a much more convenient way of registering callback functions have a look at
app.run()
.. contents:: Contents
:backlinks: none
:local:
-----
.. currentmodule:: pyrogram
Index