summaryrefslogtreecommitdiff
path: root/src/types/SuggestedPostPaid.zig
blob: 94dcea3a3b637fd83667c29f0e9712eeb69418d8 (plain) (blame)
1
2
3
4
5
6
7
const Message = @import("Message.zig");
const StarAmount = @import("StarAmount.zig");

suggested_post_message: ?*Message = null,
currency: []const u8,
amount: ?u64 = null,
star_amount: ?StarAmount = null,