From 98abaf3d19631f1280b83467d38f28b150a02a3a Mon Sep 17 00:00:00 2001 From: Uko Kokņevičs Date: Sat, 27 Jul 2024 05:56:48 +0300 Subject: Add a default values to (hopefully) all nullable fields --- src/types/SwitchInlineQueryChosenChat.zig | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/types/SwitchInlineQueryChosenChat.zig') diff --git a/src/types/SwitchInlineQueryChosenChat.zig b/src/types/SwitchInlineQueryChosenChat.zig index 860f2d9..404b08e 100644 --- a/src/types/SwitchInlineQueryChosenChat.zig +++ b/src/types/SwitchInlineQueryChosenChat.zig @@ -1,4 +1,4 @@ -query: ?[]const u8, +query: ?[]const u8 = null, allow_user_chats: ?bool = null, allow_bot_chats: ?bool = null, allow_group_chats: ?bool = null, -- cgit v1.2.3