From 8528eea303ab55024cdbdbcbb0d783ecd26621a1 Mon Sep 17 00:00:00 2001 From: Yasir Aris M Date: Mon, 24 Feb 2025 10:34:35 +0700 Subject: [PATCH] Pyrofork: Fix get_chat_gifts_count description Signed-off-by: Yasir Aris --- pyrogram/methods/payments/get_chat_gifts_count.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyrogram/methods/payments/get_chat_gifts_count.py b/pyrogram/methods/payments/get_chat_gifts_count.py index 688178dc..fd3f293b 100644 --- a/pyrogram/methods/payments/get_chat_gifts_count.py +++ b/pyrogram/methods/payments/get_chat_gifts_count.py @@ -35,7 +35,7 @@ class GetChatGiftsCount: exclude_limited: Optional[bool] = None, exclude_upgraded: Optional[bool] = None ) -> int: - """Get the total count of star gifts of specified user. + """Get the total count of owned gifts of specified chat. .. include:: /_includes/usable-by/users.rst