summaryrefslogtreecommitdiff
path: root/src/types/DirectMessagesTopic.zig
diff options
context:
space:
mode:
authorGravatar Uko Kokņevičs2025-08-16 13:41:34 +0300
committerGravatar Uko Kokņevičs2025-08-16 13:41:34 +0300
commit9665b6315e028483f4db906a84e0c618157cc2be (patch)
treee15085246a024ed2bc28e27ad2680f6632cbd168 /src/types/DirectMessagesTopic.zig
parentMove bot configuration to SQL land (diff)
downloadukkobot-9665b6315e028483f4db906a84e0c618157cc2be.tar.gz
ukkobot-9665b6315e028483f4db906a84e0c618157cc2be.tar.xz
ukkobot-9665b6315e028483f4db906a84e0c618157cc2be.zip
Add some new stuff to types
Diffstat (limited to 'src/types/DirectMessagesTopic.zig')
-rw-r--r--src/types/DirectMessagesTopic.zig4
1 files changed, 4 insertions, 0 deletions
diff --git a/src/types/DirectMessagesTopic.zig b/src/types/DirectMessagesTopic.zig
new file mode 100644
index 0000000..586e1c1
--- /dev/null
+++ b/src/types/DirectMessagesTopic.zig
@@ -0,0 +1,4 @@
1const User = @import("User.zig");
2
3topic_id: u64,
4user: ?User = null,