1 2 3 4 5 6 7
syntax = "proto3"; package whirl; message UnsubscribeRoomCommand { int32 room_number = 1; }