summaryrefslogtreecommitdiff
path: root/src/types/VideoNote.zig
diff options
context:
space:
mode:
Diffstat (limited to 'src/types/VideoNote.zig')
-rw-r--r--src/types/VideoNote.zig8
1 files changed, 8 insertions, 0 deletions
diff --git a/src/types/VideoNote.zig b/src/types/VideoNote.zig
new file mode 100644
index 0000000..aadb318
--- /dev/null
+++ b/src/types/VideoNote.zig
@@ -0,0 +1,8 @@
1const PhotoSize = @import("PhotoSize.zig");
2
3file_id: []const u8,
4file_unique_id: []const u8,
5length: u64,
6duration: u64,
7thumbnail: ?PhotoSize = null,
8file_size: ?u64 = null,