summaryrefslogtreecommitdiff
path: root/src/types/SuggestedPostRefunded.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/SuggestedPostRefunded.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/SuggestedPostRefunded.zig')
-rw-r--r--src/types/SuggestedPostRefunded.zig5
1 files changed, 5 insertions, 0 deletions
diff --git a/src/types/SuggestedPostRefunded.zig b/src/types/SuggestedPostRefunded.zig
new file mode 100644
index 0000000..aac4e1e
--- /dev/null
+++ b/src/types/SuggestedPostRefunded.zig
@@ -0,0 +1,5 @@
1const Message = @import("Message.zig");
2
3suggested_post_message: ?*Message = null,
4// Currently either post_deleted or payment_refused. TODO: Enum?
5reason: []const u8,