Skip to content

Commit

Permalink
feat: update frames schema
Browse files Browse the repository at this point in the history
  • Loading branch information
neekolas committed Feb 1, 2024
1 parent 7a63acd commit aaf5ba5
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions proto/message_contents/frames.proto
Original file line number Diff line number Diff line change
Expand Up @@ -12,8 +12,12 @@ option java_package = "org.xmtp.proto.message.contents";
// The message that will be signed by the Client and returned inside the
// `action_body` field of the FrameAction message
message FrameActionBody {
// The URL of the frame that was clicked
// May be different from `post_url`
string frame_url = 1;
// The 1-indexed button that was clicked
string button_index = 2;
// Timestamp of the click in nanoseconds
uint64 timestamp_ns = 3;
// A unique identifier for the conversation, not tied to anything on the
// network. Will not match the topic or conversation_id
Expand Down

0 comments on commit aaf5ba5

Please sign in to comment.