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