summaryrefslogtreecommitdiff
path: root/src/types/ChatInviteLink.zig
blob: 41a1f443bb0e32ff18eb37664a928f5e5102c018 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
const User = @import("User.zig");

invite_link: []const u8,
creator: User,
creates_join_request: bool,
is_primary: bool,
is_revoked: bool,
name: ?[]const u8,
expire_date: ?u64,
member_limit: ?u64,
pending_join_request_count: ?u64,