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

request_id: u64,
chat_id: i64,
title: ?[]const u8 = null,
username: ?[]const u8 = null,
photo: ?[]PhotoSize = null,