diff options
Diffstat (limited to 'src/types/ChatBoost.zig')
| -rw-r--r-- | src/types/ChatBoost.zig | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/src/types/ChatBoost.zig b/src/types/ChatBoost.zig new file mode 100644 index 0000000..353805b --- /dev/null +++ b/src/types/ChatBoost.zig | |||
| @@ -0,0 +1,6 @@ | |||
| 1 | const ChatBoostSource = @import("chat_boost_source.zig").ChatBoostSource; | ||
| 2 | |||
| 3 | boost_id: []const u8, | ||
| 4 | add_date: u64, | ||
| 5 | expiration_date: u64, | ||
| 6 | source: ChatBoostSource, | ||