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

package whirl;

message RoomIDRequestCommand {
  string room_name = 1;
}