diff options
| author | 2025-08-03 12:54:12 +0300 | |
|---|---|---|
| committer | 2025-08-03 12:54:12 +0300 | |
| commit | e5185f65051f881bf61e88542a1acd4957f8383b (patch) | |
| tree | a030a8b32cd13ed6a7d9ed736f8fc626501c2749 /src/types.zig | |
| parent | Moved inline bot handling to a new file (diff) | |
| download | ukkobot-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.zig | 1 |
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 @@ | |||
| 1 | pub const Animation = @import("types/Animation.zig"); | 1 | pub const Animation = @import("types/Animation.zig"); |
| 2 | pub const AnswerCallbackQueryParams = @import("types/AnswerCallbackQueryParams.zig"); | ||
| 2 | pub const Audio = @import("types/Audio.zig"); | 3 | pub const Audio = @import("types/Audio.zig"); |
| 3 | pub const BackgroundFill = @import("types/background_fill.zig").BackgroundFill; | 4 | pub const BackgroundFill = @import("types/background_fill.zig").BackgroundFill; |
| 4 | pub const BackgroundType = @import("types/background_type.zig").BackgroundType; | 5 | pub const BackgroundType = @import("types/background_type.zig").BackgroundType; |