From 39cd79794e26aa9f3ddff2a3ca6f33c48044022e Mon Sep 17 00:00:00 2001 From: Yasir Aris M Date: Mon, 24 Feb 2025 10:33:40 +0700 Subject: [PATCH] Pyrofork: Update get_chat_gifts description Signed-off-by: Yasir Aris --- pyrogram/methods/payments/get_chat_gifts.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyrogram/methods/payments/get_chat_gifts.py b/pyrogram/methods/payments/get_chat_gifts.py index 4156aed1..f926720c 100644 --- a/pyrogram/methods/payments/get_chat_gifts.py +++ b/pyrogram/methods/payments/get_chat_gifts.py @@ -35,7 +35,7 @@ class GetChatGifts: limit: int = 0, offset: str = "" ): - """Get user star gifts. + """Get all gifts owned by specified chat. .. include:: /_includes/usable-by/users.rst