Skip to content

Commit 8a4fef3

Browse files
Fix gift description
1 parent 2544084 commit 8a4fef3

2 files changed

Lines changed: 2 additions & 1 deletion

File tree

compiler/docs/compiler.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -752,6 +752,7 @@ def get_title_list(s: str) -> list:
752752
ChatTheme
753753
GiftedStars
754754
GiftedTon
755+
UpgradedGiftAttributeId
755756
UpgradedGiftAttributeIdModel
756757
UpgradedGiftAttributeIdSymbol
757758
UpgradedGiftAttributeIdBackdrop

pyrogram/types/messages_and_media/gift.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -102,7 +102,7 @@ class Gift(Object):
102102
Number of Telegram Stars that must be paid to buy the gift and send it to someone else.
103103
104104
last_resale_star_count (``int``, *optional*):
105-
Number of Telegram Stars that were paid by the sender for the gift; 0 if the gift was upgraded or transferred.
105+
Number of Telegram Stars that were paid by the sender for the gift.
106106
107107
last_resale_ton_count (``int``, *optional*):
108108
Number of TON that were paid by the sender for the gift.

0 commit comments

Comments
 (0)