summaryrefslogtreecommitdiff
path: root/src/types/InlineQuery.zig
diff options
context:
space:
mode:
Diffstat (limited to 'src/types/InlineQuery.zig')
-rw-r--r--src/types/InlineQuery.zig4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/types/InlineQuery.zig b/src/types/InlineQuery.zig
index 7cbbe20..47da2cb 100644
--- a/src/types/InlineQuery.zig
+++ b/src/types/InlineQuery.zig
@@ -13,5 +13,5 @@ id: []const u8,
13from: User, 13from: User,
14query: []const u8, 14query: []const u8,
15offset: []const u8, 15offset: []const u8,
16chat_type: ?ChatType, 16chat_type: ?ChatType = null,
17location: ?Location, 17location: ?Location = null,