Skip to content

Commit

Permalink
Merge pull request #151 from xmtp/nm/add-frames-state
Browse files Browse the repository at this point in the history
Add frames state
  • Loading branch information
neekolas authored Feb 29, 2024
2 parents 5d1c8db + b77fb34 commit 44bec69
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions proto/message_contents/frames.proto
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,8 @@ message FrameActionBody {
uint32 unix_timestamp = 5;
// Input text from a text input field
string input_text = 6;
// A state serialized to a string (for example via JSON.stringify()). Maximum 4096 bytes.
string state = 7;
}

// The outer payload that will be sent as the `messageBytes` in the
Expand Down

0 comments on commit 44bec69

Please sign in to comment.