diff options
Diffstat (limited to 'src/types/SwitchInlineQueryChosenChat.zig')
| -rw-r--r-- | src/types/SwitchInlineQueryChosenChat.zig | 2 |
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 @@ | |||
| 1 | query: ?[]const u8, | 1 | query: ?[]const u8 = null, |
| 2 | allow_user_chats: ?bool = null, | 2 | allow_user_chats: ?bool = null, |
| 3 | allow_bot_chats: ?bool = null, | 3 | allow_bot_chats: ?bool = null, |
| 4 | allow_group_chats: ?bool = null, | 4 | allow_group_chats: ?bool = null, |