blob: d1cfa7e33b1d80a3c81d9d05c55dcc1ff94161ed (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
|
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,
premium_subscription_month_count: ?u64 = null,
|