mirror of
https://github.com/logos-messaging/nim-chat-poc.git
synced 2026-01-02 14:13:10 +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;
|
|
}
|