aboutsummaryrefslogtreecommitdiff
path: root/commands/whisper_command.proto
blob: 24ad47cde68679f7bc7bd8f3b925b059d4c8c28b (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
syntax = "proto3";

package whirl;

import "object_id.proto";

message WhisperCommand {
  ObjectID sender_id = 1;
  string text = 2;
  ObjectID receiver_id = 3;
}