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