Show correct value of gifted auction gift.

This commit is contained in:
John Preston
2025-11-20 21:12:20 +04:00
parent 19225c7dd3
commit 0585f9d667
5 changed files with 14 additions and 1 deletions

View File

@@ -110,6 +110,7 @@ struct CreditsHistoryEntry final {
bool giftRefunded : 1 = false;
bool giftUpgraded : 1 = false;
bool giftUpgradeSeparate : 1 = false;
bool giftUpgradeGifted : 1 = false;
bool giftResale : 1 = false;
bool giftResaleForceTon : 1 = false;
bool giftPinned : 1 = false;

View File

@@ -168,6 +168,7 @@ struct GiftCode {
bool viaGiveaway : 1 = false;
bool transferred : 1 = false;
bool upgradeSeparate : 1 = false;
bool upgradeGifted : 1 = false;
bool upgradable : 1 = false;
bool unclaimed : 1 = false;
bool anonymous : 1 = false;