frameproto.ActionBody (for the data that is POSTed it)
parent
a4951bf72e
commit
4e3706a076
|
@ -36,7 +36,7 @@ type ActionBodyUntrustedData struct {
|
||||||
}
|
}
|
||||||
|
|
||||||
type ActionBodyTrustedData struct {
|
type ActionBodyTrustedData struct {
|
||||||
MessageBytes opt.Optional[string]
|
MessageBytes opt.Optional[string] `json:"messageBytes"`
|
||||||
}
|
}
|
||||||
|
|
||||||
type ActionBodyCastID struct {
|
type ActionBodyCastID struct {
|
||||||
|
|
Loading…
Reference in New Issue