1 2 3 4 5 6 7
syntax = "proto3"; package whirl; message RoomIDRequestCommand { string room_name = 1; }