summaryrefslogtreecommitdiff
path: root/src/types/SharedUser.zig
blob: 4afe053a94a1a20ba39d728c51ffe94466a7834f (plain) (blame)
1
2
3
4
5
6
7
const PhotoSize = @import("PhotoSize.zig");

user_id: u64,
first_name: ?[]const u8 = null,
last_name: ?[]const u8 = null,
username: ?[]const u8 = null,
photo: ?[]PhotoSize = null,