teleproto - v1.229.0
    Preparing search index...

    Interface PhotoCachedSizeIn

    interface PhotoCachedSizeIn {
        _: "photoCachedSize";
        bytes: bytes;
        h: number;
        type: string;
        w: number;
    }
    Index
    _: "photoCachedSize"
    bytes: bytes
    h: number
    type: string
    w: number