blob: aadb3182e948e88ee3f9f3a06b837c669d6a7b5b (
plain) (
blame)
1
2
3
4
5
6
7
8
|
const PhotoSize = @import("PhotoSize.zig");
file_id: []const u8,
file_unique_id: []const u8,
length: u64,
duration: u64,
thumbnail: ?PhotoSize = null,
file_size: ?u64 = null,
|