From 4e3706a076c2faa41683ab1e7d51d81218cc8a5e Mon Sep 17 00:00:00 2001 From: Charles Iliya Krempeaux Date: Sat, 24 Feb 2024 15:55:18 -0800 Subject: [PATCH] frameproto.ActionBody (for the data that is POSTed it) --- actionbody.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/actionbody.go b/actionbody.go index c211bb8..740f7f3 100644 --- a/actionbody.go +++ b/actionbody.go @@ -36,7 +36,7 @@ type ActionBodyUntrustedData struct { } type ActionBodyTrustedData struct { - MessageBytes opt.Optional[string] + MessageBytes opt.Optional[string] `json:"messageBytes"` } type ActionBodyCastID struct {