We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 96351f6 commit f76531bCopy full SHA for f76531b
proto/wechaty/puppet/post.proto
@@ -69,15 +69,23 @@ message PostPayloadServer {
69
string id = 1;
70
repeated string sayable_list = 2;
71
72
- string contact_id = 3;
73
- int32 timestamp = 4;
+ optional string parentId = 3;
+ optional string root_id = 4;
74
+ optional PostType type = 5;
75
- Counter counter = 5;
76
+ string contact_id = 6;
77
+ int32 timestamp = 7;
78
+
79
+ Counter counter = 8;
80
}
81
82
message PostPayloadClient {
83
84
85
86
87
88
89
90
91
message PostQueryFilter {
0 commit comments