fix(client): hide inputPhoto from inspection

This commit is contained in:
teidesu 2021-07-10 00:54:43 +03:00
parent 6acb638c6a
commit b38f2cd6ae

View file

@ -181,4 +181,4 @@ export class Photo extends FileLocation {
}
}
makeInspectable(Photo, ['fileSize', 'dcId', 'width', 'height'], ['inputMedia'])
makeInspectable(Photo, ['fileSize', 'dcId', 'width', 'height'], ['inputMedia', 'inputPhoto'])