From e5185f65051f881bf61e88542a1acd4957f8383b Mon Sep 17 00:00:00 2001 From: Uko Kokņevičs Date: Sun, 3 Aug 2025 12:54:12 +0300 Subject: Move bot configuration to SQL land --- src/types.zig | 1 + 1 file changed, 1 insertion(+) (limited to 'src/types.zig') diff --git a/src/types.zig b/src/types.zig index b99d24e..d203652 100644 --- a/src/types.zig +++ b/src/types.zig @@ -1,4 +1,5 @@ pub const Animation = @import("types/Animation.zig"); +pub const AnswerCallbackQueryParams = @import("types/AnswerCallbackQueryParams.zig"); pub const Audio = @import("types/Audio.zig"); pub const BackgroundFill = @import("types/background_fill.zig").BackgroundFill; pub const BackgroundType = @import("types/background_type.zig").BackgroundType; -- cgit v1.2.3