summaryrefslogtreecommitdiff
path: root/src/types/SwitchInlineQueryChosenChat.zig
diff options
context:
space:
mode:
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,