mirror of
https://github.com/TeamPGM/pyrogram.git
synced 2024-11-16 04:35:24 +00:00
Fix story_ids description in get_stories
This commit is contained in:
parent
b368c19889
commit
b3deade428
@ -333,6 +333,7 @@ def pyrogram_api():
|
|||||||
Bots
|
Bots
|
||||||
get_inline_bot_results
|
get_inline_bot_results
|
||||||
send_inline_bot_result
|
send_inline_bot_result
|
||||||
|
send_invoice
|
||||||
answer_callback_query
|
answer_callback_query
|
||||||
answer_inline_query
|
answer_inline_query
|
||||||
request_callback_answer
|
request_callback_answer
|
||||||
|
2
compiler/docs/template/bound-methods.rst
vendored
2
compiler/docs/template/bound-methods.rst
vendored
@ -89,7 +89,7 @@ InlineQuery
|
|||||||
{inline_query_toctree}
|
{inline_query_toctree}
|
||||||
|
|
||||||
PreCheckoutQuery
|
PreCheckoutQuery
|
||||||
-----------
|
----------------
|
||||||
|
|
||||||
.. hlist::
|
.. hlist::
|
||||||
:columns: 2
|
:columns: 2
|
||||||
|
43
compiler/docs/template/methods.rst
vendored
43
compiler/docs/template/methods.rst
vendored
@ -152,7 +152,7 @@ Authorization
|
|||||||
{authorization}
|
{authorization}
|
||||||
|
|
||||||
Stories
|
Stories
|
||||||
-------------
|
-------
|
||||||
|
|
||||||
.. autosummary::
|
.. autosummary::
|
||||||
:nosignatures:
|
:nosignatures:
|
||||||
@ -165,7 +165,7 @@ Stories
|
|||||||
{stories}
|
{stories}
|
||||||
|
|
||||||
Premium
|
Premium
|
||||||
-------------
|
-------
|
||||||
|
|
||||||
.. autosummary::
|
.. autosummary::
|
||||||
:nosignatures:
|
:nosignatures:
|
||||||
@ -177,6 +177,45 @@ Premium
|
|||||||
|
|
||||||
{premium}
|
{premium}
|
||||||
|
|
||||||
|
Phone
|
||||||
|
-----
|
||||||
|
|
||||||
|
.. autosummary::
|
||||||
|
:nosignatures:
|
||||||
|
|
||||||
|
{phone}
|
||||||
|
|
||||||
|
.. toctree::
|
||||||
|
:hidden:
|
||||||
|
|
||||||
|
{phone}
|
||||||
|
|
||||||
|
Business
|
||||||
|
--------
|
||||||
|
|
||||||
|
.. autosummary::
|
||||||
|
:nosignatures:
|
||||||
|
|
||||||
|
{business}
|
||||||
|
|
||||||
|
.. toctree::
|
||||||
|
:hidden:
|
||||||
|
|
||||||
|
{business}
|
||||||
|
|
||||||
|
Payments
|
||||||
|
--------
|
||||||
|
|
||||||
|
.. autosummary::
|
||||||
|
:nosignatures:
|
||||||
|
|
||||||
|
{payments}
|
||||||
|
|
||||||
|
.. toctree::
|
||||||
|
:hidden:
|
||||||
|
|
||||||
|
{payments}
|
||||||
|
|
||||||
Advanced
|
Advanced
|
||||||
--------
|
--------
|
||||||
|
|
||||||
|
@ -39,7 +39,7 @@ class GetStories:
|
|||||||
For your personal story you can simply use "me" or "self".
|
For your personal story you can simply use "me" or "self".
|
||||||
For a contact that exists in your Telegram address book you can use his phone number (str).
|
For a contact that exists in your Telegram address book you can use his phone number (str).
|
||||||
|
|
||||||
story_ids (``int`` | Iterable of ``int``, *optional*):
|
story_ids (``int`` | Iterable of ``int``):
|
||||||
Pass a single story identifier or an iterable of story ids (as integers) to get the content of the
|
Pass a single story identifier or an iterable of story ids (as integers) to get the content of the
|
||||||
story themselves.
|
story themselves.
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user