From b00d1dfd5da643414262605946f4dd015aed3c63 Mon Sep 17 00:00:00 2001 From: Yasir Aris M Date: Sat, 4 Jan 2025 21:40:34 +0700 Subject: [PATCH] Update compiler.py --- compiler/docs/compiler.py | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/compiler/docs/compiler.py b/compiler/docs/compiler.py index aa577af1..6deb1b3b 100644 --- a/compiler/docs/compiler.py +++ b/compiler/docs/compiler.py @@ -588,7 +588,7 @@ def pyrogram_api(): GiftCode GiftedPremium Gift - UserGift + StarGift InputStarsTransaction Invoice LabeledPrice @@ -600,7 +600,6 @@ def pyrogram_api(): StarsStatus StarsTransaction SuccessfulPayment - UserStarGift """, pyromod=""" Pyromod @@ -928,4 +927,4 @@ if "__main__" == __name__: DESTINATION = "../../docs/source/telegram" PYROGRAM_API_DEST = "../../docs/source/api" - start() \ No newline at end of file + start()