mirror of
https://github.com/logos-messaging/chat_proto.git
synced 2026-01-06 23:13:06 +00:00
8 lines
109 B
Protocol Buffer
8 lines
109 B
Protocol Buffer
syntax = "proto3";
|
|
|
|
package umbra.invite;
|
|
|
|
message InvitePrivateV1 {
|
|
repeated string participants = 1;
|
|
}
|