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