diff options
Diffstat (limited to 'src/types/Animation.zig')
| -rw-r--r-- | src/types/Animation.zig | 2 |
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, | |||
| 5 | width: u64, | 5 | width: u64, |
| 6 | height: u64, | 6 | height: u64, |
| 7 | duration: u64, | 7 | duration: u64, |
| 8 | thumbnail: ?[]PhotoSize = null, | 8 | thumbnail: ?PhotoSize = null, |
| 9 | file_name: ?[]const u8 = null, | 9 | file_name: ?[]const u8 = null, |
| 10 | mime_type: ?[]const u8 = null, | 10 | mime_type: ?[]const u8 = null, |
| 11 | file_size: ?u64 = null, | 11 | file_size: ?u64 = null, |