diff options
| author | 2024-07-26 12:17:27 +0300 | |
|---|---|---|
| committer | 2024-07-26 12:17:27 +0300 | |
| commit | a942ee082b5c095464d546d4a761462d5b6a9235 (patch) | |
| tree | 37cf2c222e4a9acc5005207229a6b8162b4edada /src/types/Animation.zig | |
| parent | make forgor and huh ignore case (diff) | |
| download | ukkobot-a942ee082b5c095464d546d4a761462d5b6a9235.tar.gz ukkobot-a942ee082b5c095464d546d4a761462d5b6a9235.tar.xz ukkobot-a942ee082b5c095464d546d4a761462d5b6a9235.zip | |
bugfix: Animation.thumbnail isn't an array
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, |