summaryrefslogtreecommitdiff
path: root/src/types/Giveaway.zig
blob: 5ce208e78abaa79521c47e244fca90de55a7471b (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
const Chat = @import("Chat.zig");

chats: []Chat,
winners_selection_date: u64,
winner_count: u64,
only_new_members: bool = false,
has_public_winners: bool = false,
prize_description: ?[]const u8 = null,
country_codes: ?[][]const u8 = null,
prize_star_count: ?u64 = null,
premium_subscription_month_count: ?u64 = null,