diff options
| author | 2025-07-22 08:23:22 +0300 | |
|---|---|---|
| committer | 2025-07-22 08:23:22 +0300 | |
| commit | 1d1df7b540721d58db174764a0f720e3c638a67b (patch) | |
| tree | 44bbfc972dac04e32729a3065c90dea0334149d8 /src/types.zig | |
| parent | replace trimming with just checking if the string is whitespace (diff) | |
| download | ukkobot-1d1df7b540721d58db174764a0f720e3c638a67b.tar.gz ukkobot-1d1df7b540721d58db174764a0f720e3c638a67b.tar.xz ukkobot-1d1df7b540721d58db174764a0f720e3c638a67b.zip | |
Whitelist allowed inline bots
Also update to Zig 0.14.1
Also don't send the animations rn
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 c4c0578..b99d24e 100644 --- a/src/types.zig +++ b/src/types.zig | |||
| @@ -21,6 +21,7 @@ pub const ChatMemberUpdated = @import("types/ChatMemberUpdated.zig"); | |||
| 21 | pub const ChatShared = @import("types/ChatShared.zig"); | 21 | pub const ChatShared = @import("types/ChatShared.zig"); |
| 22 | pub const ChosenInlineResult = @import("types/ChosenInlineResult.zig"); | 22 | pub const ChosenInlineResult = @import("types/ChosenInlineResult.zig"); |
| 23 | pub const Contact = @import("types/Contact.zig"); | 23 | pub const Contact = @import("types/Contact.zig"); |
| 24 | pub const DeleteMessageParams = @import("types/DeleteMessageParams.zig"); | ||
| 24 | pub const Dice = @import("types/Dice.zig"); | 25 | pub const Dice = @import("types/Dice.zig"); |
| 25 | pub const Document = @import("types/Document.zig"); | 26 | pub const Document = @import("types/Document.zig"); |
| 26 | pub const EncryptedCredentials = @import("types/EncryptedCredentials.zig"); | 27 | pub const EncryptedCredentials = @import("types/EncryptedCredentials.zig"); |