syntax = "proto3";
package tieba;
option java_package = "com.huanchengfly.tieba.post.api.models.protos";
message DelThreadText {
int32 text_id = 1;
string text_info = 2;
}