servatrice/common/pb/event_remove_from_list.proto
2015-08-25 23:40:08 -04:00

10 lines
235 B
Protocol Buffer

syntax = "proto2";
import "session_event.proto";
message Event_RemoveFromList {
extend SessionEvent {
optional Event_RemoveFromList ext = 1006;
}
optional string list_name = 1;
optional string user_name = 2;
}