mirror of
https://github.com/pyrogram/pyrogram
synced 2025-09-01 06:45:39 +00:00
Update docs
This commit is contained in:
4
compiler/docs/template/bound-methods.rst
vendored
4
compiler/docs/template/bound-methods.rst
vendored
@@ -19,10 +19,6 @@ some of the required arguments.
|
||||
|
||||
app.run()
|
||||
|
||||
.. contents:: Contents
|
||||
:backlinks: none
|
||||
:local:
|
||||
|
||||
-----
|
||||
|
||||
.. currentmodule:: pyrogram.types
|
||||
|
4
compiler/docs/template/methods.rst
vendored
4
compiler/docs/template/methods.rst
vendored
@@ -14,10 +14,6 @@ the main package directly.
|
||||
with app:
|
||||
app.send_message("me", "hi")
|
||||
|
||||
.. contents:: Contents
|
||||
:backlinks: none
|
||||
:local:
|
||||
|
||||
-----
|
||||
|
||||
.. currentmodule:: pyrogram.Client
|
||||
|
2
compiler/docs/template/toctree.txt
vendored
2
compiler/docs/template/toctree.txt
vendored
@@ -4,4 +4,6 @@
|
||||
.. module:: {module}
|
||||
|
||||
.. toctree::
|
||||
:titlesonly:
|
||||
|
||||
{entities}
|
4
compiler/docs/template/types.rst
vendored
4
compiler/docs/template/types.rst
vendored
@@ -17,10 +17,6 @@ are only returned by other methods. You also don't need to import them, unless y
|
||||
|
||||
To tell whether a field is set or not, do a simple boolean check: ``if message.photo: ...``.
|
||||
|
||||
.. contents:: Contents
|
||||
:backlinks: none
|
||||
:local:
|
||||
|
||||
-----
|
||||
|
||||
.. currentmodule:: pyrogram.types
|
||||
|
Reference in New Issue
Block a user