nim-chat-poc/protos/invite.proto
Jazz Turner-Baggs db47ffd5a4 Initial commit
2025-09-03 14:43:54 -07:00

8 lines
109 B
Protocol Buffer

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