2
0
mirror of https://github.com/pyrogram/pyrogram synced 2025-08-31 14:25:55 +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

@@ -20,6 +20,12 @@ some of the required arguments.
app.run()
.. contents:: Contents
:backlinks: none
:local:
-----
.. currentmodule:: pyrogram
Message

View File

@@ -13,6 +13,12 @@ This page is about Pyrogram methods. All the methods listed here are bound to a
with app:
app.send_message("haskell", "hi")
.. contents:: Contents
:backlinks: none
:local:
-----
.. currentmodule:: pyrogram.Client
Utilities

View File

@@ -13,8 +13,13 @@ This page is about Pyrogram types. All types listed here are accessible through
**Optional** fields may not exist when irrelevant -- i.e.: they will contain the value of ``None`` and aren't shown
when, for example, using ``print()``.
.. currentmodule:: pyrogram
.. contents:: Contents
:backlinks: none
:local:
-----
.. currentmodule:: pyrogram
Users & Chats
-------------