mirror of
https://github.com/logos-messaging/chat_proto.git
synced 2026-02-17 11:33:11 +00:00
11 lines
186 B
Protocol Buffer
11 lines
186 B
Protocol Buffer
syntax = "proto3";
|
|
|
|
package logoschat.invite;
|
|
|
|
import "encryption.proto";
|
|
|
|
message InvitePrivateV1 {
|
|
string discriminator = 5;
|
|
encryption.EncryptedPayload initial_message = 6;
|
|
}
|