syntax = "proto3"; package whirl; import "property_list.proto"; message FingerReplyCommand { string user = 1; PropertyList property_list = 2; }