mirror of
https://github.com/logos-messaging/chat_proto.git
synced 2026-01-03 21:43:08 +00:00
7 lines
108 B
Protocol Buffer
7 lines
108 B
Protocol Buffer
syntax = "proto3";
|
|
|
|
package umbra.invite;
|
|
|
|
message InvitePrivateV1 {
|
|
repeated string participants = 1;
|
|
} |