cim/doc/proto/js/SentBody.proto

10 lines
161 B
Protocol Buffer

syntax = "proto3";
package com.farsunset.cim.sdk.web.model;
message SentBody {
string key = 1;
int64 timestamp =2;
map<string,string> data =3;
}