summaryrefslogtreecommitdiff
path: root/src/types/Animation.zig
diff options
context:
space:
mode:
authorGravatar Uko Kokņevičs2024-07-26 12:17:27 +0300
committerGravatar Uko Kokņevičs2024-07-26 12:17:27 +0300
commita942ee082b5c095464d546d4a761462d5b6a9235 (patch)
tree37cf2c222e4a9acc5005207229a6b8162b4edada /src/types/Animation.zig
parentmake forgor and huh ignore case (diff)
downloadukkobot-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.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,