2
0
mirror of https://github.com/status-im/go-waku.git synced 2025-02-13 14:06:35 +00:00
2021-04-04 13:08:48 -04:00

9 lines
127 B
Protocol Buffer

syntax = "proto3";
package pb;
message Chat2Message {
uint64 timestamp = 1;
string nick = 2;
bytes payload = 3;
}