diff options
| author | 2024-07-20 17:22:25 +0300 | |
|---|---|---|
| committer | 2024-07-20 17:22:25 +0300 | |
| commit | c70ffd095a6de5cd5b872796a0d82a8c5afc1511 (patch) | |
| tree | 56183274b05a294e357bad4d06b523472a1c4a4a /src/types/ChatBoostRemoved.zig | |
| download | ukkobot-c70ffd095a6de5cd5b872796a0d82a8c5afc1511.tar.gz ukkobot-c70ffd095a6de5cd5b872796a0d82a8c5afc1511.tar.xz ukkobot-c70ffd095a6de5cd5b872796a0d82a8c5afc1511.zip | |
Initial commit
Diffstat (limited to 'src/types/ChatBoostRemoved.zig')
| -rw-r--r-- | src/types/ChatBoostRemoved.zig | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/src/types/ChatBoostRemoved.zig b/src/types/ChatBoostRemoved.zig new file mode 100644 index 0000000..0d61bc5 --- /dev/null +++ b/src/types/ChatBoostRemoved.zig | |||
| @@ -0,0 +1,7 @@ | |||
| 1 | const Chat = @import("Chat.zig"); | ||
| 2 | const ChatBoostSource = @import("chat_boost_source.zig").ChatBoostSource; | ||
| 3 | |||
| 4 | chat: Chat, | ||
| 5 | boost_id: []const u8, | ||
| 6 | remove_date: u64, | ||
| 7 | source: ChatBoostSource, | ||