summaryrefslogtreecommitdiff
path: root/src/types/Animation.zig
diff options
context:
space:
mode:
Diffstat (limited to 'src/types/Animation.zig')
-rw-r--r--src/types/Animation.zig2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/types/Animation.zig b/src/types/Animation.zig
index f5d6efc..8330637 100644
--- a/src/types/Animation.zig
+++ b/src/types/Animation.zig
@@ -5,7 +5,7 @@ file_unique_id: []const u8,
5width: u64, 5width: u64,
6height: u64, 6height: u64,
7duration: u64, 7duration: u64,
8thumbnail: ?[]PhotoSize = null, 8thumbnail: ?PhotoSize = null,
9file_name: ?[]const u8 = null, 9file_name: ?[]const u8 = null,
10mime_type: ?[]const u8 = null, 10mime_type: ?[]const u8 = null,
11file_size: ?u64 = null, 11file_size: ?u64 = null,