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