diff options
| author | 2024-07-20 17:22:25 +0300 | |
|---|---|---|
| committer | 2024-07-20 17:22:25 +0300 | |
| commit | c70ffd095a6de5cd5b872796a0d82a8c5afc1511 (patch) | |
| tree | 56183274b05a294e357bad4d06b523472a1c4a4a /src/types/SwitchInlineQueryChosenChat.zig | |
| download | ukkobot-c70ffd095a6de5cd5b872796a0d82a8c5afc1511.tar.gz ukkobot-c70ffd095a6de5cd5b872796a0d82a8c5afc1511.tar.xz ukkobot-c70ffd095a6de5cd5b872796a0d82a8c5afc1511.zip | |
Initial commit
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, | ||