summaryrefslogtreecommitdiff
path: root/src/types/PollAnswer.zig
blob: f6aca35758237677ee3efc5d7e36989171f42a9a (plain) (blame)
1
2
3
4
5
6
7
const Chat = @import("Chat.zig");
const User = @import("User.zig");

poll_id: []const u8,
voter_chat: ?Chat = null,
user: ?User = null,
option_ids: []u64,