File tree Expand file tree Collapse file tree
pyrogram/types/messages_and_media Expand file tree Collapse file tree Original file line number Diff line number Diff 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
Original file line number Diff line number Diff 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.
You can’t perform that action at this time.
0 commit comments