fix(client): hide inputPhoto from inspection
This commit is contained in:
parent
6acb638c6a
commit
b38f2cd6ae
1 changed files with 1 additions and 1 deletions
|
@ -181,4 +181,4 @@ export class Photo extends FileLocation {
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
makeInspectable(Photo, ['fileSize', 'dcId', 'width', 'height'], ['inputMedia'])
|
makeInspectable(Photo, ['fileSize', 'dcId', 'width', 'height'], ['inputMedia', 'inputPhoto'])
|
||||||
|
|
Loading…
Reference in a new issue