syntax = "proto2"; import "response.proto"; message Response_RemoveUserAvatar { extend Response { optional Response_RemoveUserAvatar ext = 1219; } optional string user_name = 1; }