2
0
mirror of https://github.com/telegramdesktop/tdesktop synced 2025-08-31 14:38:15 +00:00

Support phrases for unclaimed giveaway prizes.

This commit is contained in:
John Preston
2023-10-28 21:26:56 +04:00
parent c480ab1a3b
commit fe0e526b79
9 changed files with 48 additions and 13 deletions

View File

@@ -104,6 +104,7 @@ struct GiftCode {
ChannelData *channel = nullptr;
int months = 0;
bool viaGiveaway = false;
bool unclaimed = false;
};
class Media {