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:
6
compiler/docs/template/bound-methods.rst
vendored
6
compiler/docs/template/bound-methods.rst
vendored
@@ -20,6 +20,12 @@ some of the required arguments.
|
||||
|
||||
app.run()
|
||||
|
||||
.. contents:: Contents
|
||||
:backlinks: none
|
||||
:local:
|
||||
|
||||
-----
|
||||
|
||||
.. currentmodule:: pyrogram
|
||||
|
||||
Message
|
||||
|
6
compiler/docs/template/methods.rst
vendored
6
compiler/docs/template/methods.rst
vendored
@@ -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
|
||||
|
7
compiler/docs/template/types.rst
vendored
7
compiler/docs/template/types.rst
vendored
@@ -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
|
||||
-------------
|
||||
|
Reference in New Issue
Block a user