syntax = "proto3"; package whirl; import "ObjID.proto"; message TextCmd { ObjID sender_id = 1; string text = 2; }