syntax = "proto3";
package wap.invite;
message InvitePrivateV1 {
repeated string participants = 1;
}