frameproto.ActionBody (for the data that is POSTed it)

master
Charles Iliya Krempeaux 2024-02-24 15:55:18 -08:00
parent a4951bf72e
commit 4e3706a076
1 changed files with 1 additions and 1 deletions

View File

@ -36,7 +36,7 @@ type ActionBodyUntrustedData struct {
}
type ActionBodyTrustedData struct {
MessageBytes opt.Optional[string]
MessageBytes opt.Optional[string] `json:"messageBytes"`
}
type ActionBodyCastID struct {