ProposalsDiscussion.proto 215 B

123456
  1. syntax = "proto2";
  2. message ProposalsDiscussionPostMetadata {
  3. optional string text = 1; // Post text content (md-formatted)
  4. optional uint32 repliesTo = 2; // Id of the post that given post replies to (if any)
  5. }