summaryrefslogtreecommitdiff
path: root/src/types/Audio.zig
blob: 191408824b721d11d017bc0128e2cd0fff652897 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
const PhotoSize = @import("PhotoSize.zig");

file_id: []const u8,
file_unique_id: []const u8,
duration: u64,
performer: ?[]const u8 = null,
title: ?[]const u8 = null,
file_name: ?[]const u8 = null,
mime_type: ?[]const u8 = null,
file_size: ?u64 = null,
thumbnail: ?PhotoSize = null,