11 lines
216 B
Protocol Buffer
11 lines
216 B
Protocol Buffer
syntax = "proto3";
|
|
package WAProtocol;
|
|
option go_package = "go.mau.fi/whatsmeow/binary/armadillo/waProtocol";
|
|
|
|
message MessageKey {
|
|
string remoteJID = 1;
|
|
bool fromMe = 2;
|
|
string ID = 3;
|
|
string participant = 4;
|
|
}
|