summaryrefslogtreecommitdiff
path: root/src/types.zig
diff options
context:
space:
mode:
authorGravatar Uko Kokņevičs2025-08-03 12:54:12 +0300
committerGravatar Uko Kokņevičs2025-08-03 12:54:12 +0300
commite5185f65051f881bf61e88542a1acd4957f8383b (patch)
treea030a8b32cd13ed6a7d9ed736f8fc626501c2749 /src/types.zig
parentMoved inline bot handling to a new file (diff)
downloadukkobot-e5185f65051f881bf61e88542a1acd4957f8383b.tar.gz
ukkobot-e5185f65051f881bf61e88542a1acd4957f8383b.tar.xz
ukkobot-e5185f65051f881bf61e88542a1acd4957f8383b.zip
Move bot configuration to SQL land
Diffstat (limited to 'src/types.zig')
-rw-r--r--src/types.zig1
1 files changed, 1 insertions, 0 deletions
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 @@
1pub const Animation = @import("types/Animation.zig"); 1pub const Animation = @import("types/Animation.zig");
2pub const AnswerCallbackQueryParams = @import("types/AnswerCallbackQueryParams.zig");
2pub const Audio = @import("types/Audio.zig"); 3pub const Audio = @import("types/Audio.zig");
3pub const BackgroundFill = @import("types/background_fill.zig").BackgroundFill; 4pub const BackgroundFill = @import("types/background_fill.zig").BackgroundFill;
4pub const BackgroundType = @import("types/background_type.zig").BackgroundType; 5pub const BackgroundType = @import("types/background_type.zig").BackgroundType;