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

id: []const u8,
sticker: Sticker,
star_count: u64,
upgrade_star_count: ?u64 = null,
total_count: ?u64 = null,
remaining_count: ?u64 = null,
publisher_chat: ?Chat = null,