All Downloads are FREE. Search and download functionalities are using the official Maven repository.

xin.alum.aim.model.proto.Message.proto Maven / Gradle / Ivy

There is a newer version: 1.9.6
Show newest version
syntax = "proto3";
package xin.alum.aim.model.proto;
option java_outer_classname = "MessageProto";
message Model {
  int64 id = 1;
  string action = 2;
  string content = 3;
  string sender = 4;
  string receiver = 5;
  string extra = 6;
  string title = 7;
  string format = 8;
  int64 timestamp = 9;
}
	 




© 2015 - 2024 Weber Informatics LLC | Privacy Policy