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

Allow buying resold gifts.

This commit is contained in:
John Preston
2025-04-22 17:18:12 +04:00
parent 0a92e12a62
commit 18f14b828c
11 changed files with 122 additions and 63 deletions

View File

@@ -89,9 +89,11 @@ struct GiftUpdate {
Delete,
Pin,
Unpin,
ResaleChange,
};
Data::SavedStarGiftId id;
QString slug;
Action action = {};
};