diff options
Diffstat (limited to 'src/types/SwitchInlineQueryChosenChat.zig')
| -rw-r--r-- | src/types/SwitchInlineQueryChosenChat.zig | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/src/types/SwitchInlineQueryChosenChat.zig b/src/types/SwitchInlineQueryChosenChat.zig new file mode 100644 index 0000000..860f2d9 --- /dev/null +++ b/src/types/SwitchInlineQueryChosenChat.zig | |||
| @@ -0,0 +1,5 @@ | |||
| 1 | query: ?[]const u8, | ||
| 2 | allow_user_chats: ?bool = null, | ||
| 3 | allow_bot_chats: ?bool = null, | ||
| 4 | allow_group_chats: ?bool = null, | ||
| 5 | allow_channel_chats: ?bool = null, | ||