Skip to content

Commit ec12a8a

Browse files
committed
Merge branch 'docs' into develop
2 parents 9c505b3 + 030b526 commit ec12a8a

41 files changed

Lines changed: 456 additions & 326 deletions

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.
Lines changed: 2 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -6,15 +6,7 @@ In this section you can find a detailed description of the Pyrogram package and
66
:class:`Client <pyrogram.Client>` is the main class. It exposes easy-to-use methods that are named
77
after the well established Telegram Bot API methods, thus offering a familiar look to Bot developers.
88

9-
.. toctree::
10-
:maxdepth: 1
11-
12-
Types
13-
Methods
14-
Handlers
15-
Decorators
16-
Filters
17-
Errors
18-
9+
Client
10+
------
1911

2012
.. autoclass:: pyrogram.Client()
File renamed without changes.
Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -18,11 +18,11 @@ All the Pyrogram errors listed here live inside the ``errors`` sub-package.
1818
:members:
1919

2020
.. toctree::
21-
../errors/SeeOther
22-
../errors/BadRequest
23-
../errors/Unauthorized
24-
../errors/Forbidden
25-
../errors/NotAcceptable
26-
../errors/Flood
27-
../errors/InternalServerError
28-
../errors/UnknownError
21+
../errors/see-other
22+
../errors/bad-request
23+
../errors/unauthorized
24+
../errors/forbidden
25+
../errors/not-acceptable
26+
../errors/flood
27+
../errors/internal-server-error
28+
../errors/unknown-error
File renamed without changes.
Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
1-
Handlers
2-
========
1+
Update Handlers
2+
===============
33

44
Handlers are used to instruct Pyrogram about which kind of updates you'd like to handle with your callback functions.
55

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
1-
Methods
2-
=======
1+
Available Methods
2+
=================
33

44
All Pyrogram methods listed here are bound to a :obj:`Client <pyrogram.Client>` instance.
55

@@ -151,7 +151,6 @@ Bots
151151
send_game
152152
set_game_score
153153
get_game_high_scores
154-
answer_inline_query
155154

156155
.. Utilities
157156
---------
@@ -267,4 +266,3 @@ Bots
267266
.. automethod:: pyrogram.Client.send_game()
268267
.. automethod:: pyrogram.Client.set_game_score()
269268
.. automethod:: pyrogram.Client.get_game_high_scores()
270-
.. automethod:: pyrogram.Client.answer_inline_query()
Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
1-
Types
2-
=====
1+
Available Types
2+
===============
33

44
All Pyrogram types listed here are accessible through the main package directly.
55

File renamed without changes.
File renamed without changes.
File renamed without changes.

0 commit comments

Comments
 (0)