TiebaLite/app/src/main/protos/DelThreadText.proto

10 lines
178 B
Protocol Buffer
Raw Normal View History

2023-02-01 15:13:03 +08:00
syntax = "proto3";
package tieba;
option java_package = "com.huanchengfly.tieba.post.api.models.protos";
message DelThreadText {
int32 text_id = 1;
string text_info = 2;
}