summaryrefslogtreecommitdiff
path: root/src/types/DirectMessagePriceChanged.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/DirectMessagePriceChanged.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/DirectMessagePriceChanged.zig')
-rw-r--r--src/types/DirectMessagePriceChanged.zig2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/types/DirectMessagePriceChanged.zig b/src/types/DirectMessagePriceChanged.zig
new file mode 100644
index 0000000..16bb580
--- /dev/null
+++ b/src/types/DirectMessagePriceChanged.zig
@@ -0,0 +1,2 @@
1are_direct_messages_enabled: bool,
2direct_message_star_count: u64 = 0,