simplified Blocked result protobuf
This commit is contained in:
parent
188f557927
commit
24152bfd4b
1 changed files with 1 additions and 5 deletions
|
@ -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;
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue