syntax = "proto3"; package whirl; import "object_id.proto"; message TextCommand { ObjectID sender_id = 1; string text = 2; }