matterbridge/vendor/go.mau.fi/whatsmeow/binary/armadillo/waProtocol/WAProtocol.proto
2024-05-21 20:22:44 +03:00

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;
}