teleproto - v1.229.0
    Preparing search index...

    Interface PhotoSizeIn

    interface PhotoSizeIn {
        _: "photoSize";
        h: number;
        size: number;
        type: string;
        w: number;
    }
    Index
    _: "photoSize"
    h: number
    size: number
    type: string
    w: number