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

package whirl;

message RoomIDRequestCmd {
  string room_name = 1;
}