summaryrefslogtreecommitdiff
path: root/src/types/SwitchInlineQueryChosenChat.zig
diff options
context:
space:
mode:
authorGravatar Uko Kokņevičs2024-07-27 05:56:48 +0300
committerGravatar Uko Kokņevičs2024-07-27 05:58:51 +0300
commit98abaf3d19631f1280b83467d38f28b150a02a3a (patch)
treefdf3094c3c18421d9ee23c244a668f2e274a9b57 /src/types/SwitchInlineQueryChosenChat.zig
parentSend a different GIF when bot gets added (diff)
downloadukkobot-98abaf3d19631f1280b83467d38f28b150a02a3a.tar.gz
ukkobot-98abaf3d19631f1280b83467d38f28b150a02a3a.tar.xz
ukkobot-98abaf3d19631f1280b83467d38f28b150a02a3a.zip
Add a default values to (hopefully) all nullable fields
Diffstat (limited to 'src/types/SwitchInlineQueryChosenChat.zig')
-rw-r--r--src/types/SwitchInlineQueryChosenChat.zig2
1 files changed, 1 insertions, 1 deletions
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 @@
1query: ?[]const u8, 1query: ?[]const u8 = null,
2allow_user_chats: ?bool = null, 2allow_user_chats: ?bool = null,
3allow_bot_chats: ?bool = null, 3allow_bot_chats: ?bool = null,
4allow_group_chats: ?bool = null, 4allow_group_chats: ?bool = null,