mirror of
https://github.com/Mayuri-Chan/pyrofork.git
synced 2025-12-29 12:04:51 +00:00
pyrofork: fix derps
Signed-off-by: wulan17 <wulan17@nusantararom.org>
This commit is contained in:
parent
2fe3eeb96b
commit
adf5ad50d1
2 changed files with 2 additions and 1 deletions
|
|
@ -271,6 +271,7 @@ def pyrogram_api():
|
|||
reopen_forum_topic
|
||||
reopen_general_topic
|
||||
unhide_general_topic
|
||||
update_color
|
||||
""",
|
||||
users="""
|
||||
Users
|
||||
|
|
|
|||
|
|
@ -21,7 +21,7 @@ from pyrogram import raw
|
|||
|
||||
|
||||
class SearchGlobalHashtagMessagesCount:
|
||||
async def search_golbal_hashtag_messages_count(
|
||||
async def search_global_hashtag_messages_count(
|
||||
self: "pyrogram.Client",
|
||||
hashtag: str = "",
|
||||
) -> int:
|
||||
|
|
|
|||
Loading…
Reference in a new issue