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/ForumTopicEdited.zig | 2 ++ 1 file changed, 2 insertions(+) create mode 100644 src/types/ForumTopicEdited.zig (limited to 'src/types/ForumTopicEdited.zig') diff --git a/src/types/ForumTopicEdited.zig b/src/types/ForumTopicEdited.zig new file mode 100644 index 0000000..097acb3 --- /dev/null +++ b/src/types/ForumTopicEdited.zig @@ -0,0 +1,2 @@ +name: ?[]const u8 = null, +icon_custom_emoji_id: ?[]const u8 = null, -- cgit v1.2.3