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.zig11
1 files changed, 11 insertions, 0 deletions
diff --git a/src/types/Animation.zig b/src/types/Animation.zig
new file mode 100644
index 0000000..f5d6efc
--- /dev/null
+++ b/src/types/Animation.zig
@@ -0,0 +1,11 @@
1const PhotoSize = @import("PhotoSize.zig");
2
3file_id: []const u8,
4file_unique_id: []const u8,
5width: u64,
6height: u64,
7duration: u64,
8thumbnail: ?[]PhotoSize = null,
9file_name: ?[]const u8 = null,
10mime_type: ?[]const u8 = null,
11file_size: ?u64 = null,