diff options
| author | 2024-07-27 05:56:48 +0300 | |
|---|---|---|
| committer | 2024-07-27 05:58:51 +0300 | |
| commit | 98abaf3d19631f1280b83467d38f28b150a02a3a (patch) | |
| tree | fdf3094c3c18421d9ee23c244a668f2e274a9b57 /src/types/SwitchInlineQueryChosenChat.zig | |
| parent | Send a different GIF when bot gets added (diff) | |
| download | ukkobot-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.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, |