summaryrefslogtreecommitdiff
path: root/src/types/Giveaway.zig
diff options
context:
space:
mode:
authorGravatar Uko Kokņevičs2025-08-16 13:41:34 +0300
committerGravatar Uko Kokņevičs2025-08-16 13:41:34 +0300
commit9665b6315e028483f4db906a84e0c618157cc2be (patch)
treee15085246a024ed2bc28e27ad2680f6632cbd168 /src/types/Giveaway.zig
parentMove bot configuration to SQL land (diff)
downloadukkobot-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.zig3
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,
6only_new_members: bool = false, 6only_new_members: bool = false,
7has_public_winners: bool = false, 7has_public_winners: bool = false,
8prize_description: ?[]const u8 = null, 8prize_description: ?[]const u8 = null,
9country_codes: ?[]const u8 = null, 9country_codes: ?[][]const u8 = null,
10prize_star_count: ?u64 = null,
10premium_subscription_month_count: ?u64 = null, 11premium_subscription_month_count: ?u64 = null,