2
0
mirror of https://github.com/telegramdesktop/tdesktop synced 2025-08-31 06:26:18 +00:00

Added support of prepaid giveaway with credits.

This commit is contained in:
23rd
2024-08-31 09:29:35 +03:00
committed by John Preston
parent 3ae9f86097
commit 0982aa166a
9 changed files with 102 additions and 49 deletions

View File

@@ -54,10 +54,12 @@ struct BoostsListSlice final {
};
struct BoostPrepaidGiveaway final {
int months = 0;
uint64 id = 0;
int quantity = 0;
QDateTime date;
uint64 id = 0;
uint64 credits = 0;
int months = 0;
int quantity = 0;
int boosts = 0;
};
struct BoostStatus final {