pyrofork: fix derps

Signed-off-by: wulan17 <wulan17@nusantararom.org>
This commit is contained in:
wulan17 2024-06-25 17:45:06 +07:00
parent 2fe3eeb96b
commit adf5ad50d1
No known key found for this signature in database
GPG key ID: 318CD6CD3A6AC0A5
2 changed files with 2 additions and 1 deletions

View file

@ -271,6 +271,7 @@ def pyrogram_api():
reopen_forum_topic
reopen_general_topic
unhide_general_topic
update_color
""",
users="""
Users

View file

@ -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: