summaryrefslogtreecommitdiff
path: root/src/types/Document.zig
blob: 811273dd7bf145e8932a4344d8be3cf0b3084b14 (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,
mime_type: ?[]const u8,
file_size: ?u64 = null,