From a942ee082b5c095464d546d4a761462d5b6a9235 Mon Sep 17 00:00:00 2001 From: Uko Kokņevičs Date: Fri, 26 Jul 2024 12:17:27 +0300 Subject: bugfix: Animation.thumbnail isn't an array --- src/types/Animation.zig | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/types/Animation.zig') 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, width: u64, height: u64, duration: u64, -thumbnail: ?[]PhotoSize = null, +thumbnail: ?PhotoSize = null, file_name: ?[]const u8 = null, mime_type: ?[]const u8 = null, file_size: ?u64 = null, -- cgit v1.2.3