diff options
Diffstat (limited to 'src/types/VideoNote.zig')
| -rw-r--r-- | src/types/VideoNote.zig | 8 |
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 @@ | |||
| 1 | const PhotoSize = @import("PhotoSize.zig"); | ||
| 2 | |||
| 3 | file_id: []const u8, | ||
| 4 | file_unique_id: []const u8, | ||
| 5 | length: u64, | ||
| 6 | duration: u64, | ||
| 7 | thumbnail: ?PhotoSize = null, | ||
| 8 | file_size: ?u64 = null, | ||