mirror of
https://github.com/TeamPGM/pyrogram.git
synced 2024-11-16 12:51:18 +00:00
Fix usable by in pin/unpin_forum_topic method
This commit is contained in:
parent
df881ee8cf
commit
48be19429c
13
compiler/docs/template/bound-methods.rst
vendored
13
compiler/docs/template/bound-methods.rst
vendored
@ -165,3 +165,16 @@ ActiveSession
|
||||
:hidden:
|
||||
|
||||
{active_session_toctree}
|
||||
|
||||
StarGift
|
||||
--------
|
||||
|
||||
.. hlist::
|
||||
:columns: 2
|
||||
|
||||
{star_gift_hlist}
|
||||
|
||||
.. toctree::
|
||||
:hidden:
|
||||
|
||||
{star_gift_toctree}
|
||||
|
@ -29,7 +29,7 @@ class PinForumTopic:
|
||||
) -> bool:
|
||||
"""Pin a forum topic.
|
||||
|
||||
.. include:: /_includes/usable-by/users-bots.rst
|
||||
.. include:: /_includes/usable-by/users.rst
|
||||
|
||||
Parameters:
|
||||
chat_id (``int`` | ``str``):
|
||||
|
@ -29,7 +29,7 @@ class UnpinForumTopic:
|
||||
) -> bool:
|
||||
"""Unpin a forum topic.
|
||||
|
||||
.. include:: /_includes/usable-by/users-bots.rst
|
||||
.. include:: /_includes/usable-by/users.rst
|
||||
|
||||
Parameters:
|
||||
chat_id (``int`` | ``str``):
|
||||
|
Loading…
Reference in New Issue
Block a user