aboutsummaryrefslogtreecommitdiff
path: root/commands/unsubscribe_room_command.proto
blob: a0bab2b73aafcff3f8a8e1fa41dac772ac442840 (plain) (blame)
1
2
3
4
5
6
7
syntax = "proto3";

package whirl;

message UnsubscribeRoomCommand {
  int32 room_number = 1;
}