simplified Blocked result protobuf

This commit is contained in:
Lex Berezhny 2020-01-22 08:28:03 -05:00
parent 188f557927
commit 24152bfd4b

View file

@ -56,9 +56,5 @@ message Error {
message Blocked {
uint32 count = 1;
oneof reason {
bytes reposted_in_channel = 2;
bytes in_channel = 3;
string has_tag = 4;
}
bytes channel_hash = 2;
}