From c70ffd095a6de5cd5b872796a0d82a8c5afc1511 Mon Sep 17 00:00:00 2001 From: Uko Kokņevičs Date: Sat, 20 Jul 2024 17:22:25 +0300 Subject: Initial commit --- src/types/ChatInviteLink.zig | 11 +++++++++++ 1 file changed, 11 insertions(+) create mode 100644 src/types/ChatInviteLink.zig (limited to 'src/types/ChatInviteLink.zig') diff --git a/src/types/ChatInviteLink.zig b/src/types/ChatInviteLink.zig new file mode 100644 index 0000000..41a1f44 --- /dev/null +++ b/src/types/ChatInviteLink.zig @@ -0,0 +1,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, -- cgit v1.2.3