diff options
| author | 2025-08-16 13:41:34 +0300 | |
|---|---|---|
| committer | 2025-08-16 13:41:34 +0300 | |
| commit | 9665b6315e028483f4db906a84e0c618157cc2be (patch) | |
| tree | e15085246a024ed2bc28e27ad2680f6632cbd168 /src/types/Giveaway.zig | |
| parent | Move bot configuration to SQL land (diff) | |
| download | ukkobot-9665b6315e028483f4db906a84e0c618157cc2be.tar.gz ukkobot-9665b6315e028483f4db906a84e0c618157cc2be.tar.xz ukkobot-9665b6315e028483f4db906a84e0c618157cc2be.zip | |
Add some new stuff to types
Diffstat (limited to 'src/types/Giveaway.zig')
| -rw-r--r-- | src/types/Giveaway.zig | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/src/types/Giveaway.zig b/src/types/Giveaway.zig index d1cfa7e..5ce208e 100644 --- a/src/types/Giveaway.zig +++ b/src/types/Giveaway.zig | |||
| @@ -6,5 +6,6 @@ winner_count: u64, | |||
| 6 | only_new_members: bool = false, | 6 | only_new_members: bool = false, |
| 7 | has_public_winners: bool = false, | 7 | has_public_winners: bool = false, |
| 8 | prize_description: ?[]const u8 = null, | 8 | prize_description: ?[]const u8 = null, |
| 9 | country_codes: ?[]const u8 = null, | 9 | country_codes: ?[][]const u8 = null, |
| 10 | prize_star_count: ?u64 = null, | ||
| 10 | premium_subscription_month_count: ?u64 = null, | 11 | premium_subscription_month_count: ?u64 = null, |