teleproto - v1.229.0
    Preparing search index...

    Interface PhotoIn

    interface PhotoIn {
        _: "photo";
        accessHash: BigInteger;
        date: number;
        dcId: number;
        fileReference: bytes;
        hasStickers?: boolean;
        id: BigInteger;
        sizes: TypePhotoSizeIn[];
        videoSizes?: TypeVideoSizeIn[];
    }
    Index
    _: "photo"
    accessHash: BigInteger
    date: number
    dcId: number
    fileReference: bytes
    hasStickers?: boolean
    id: BigInteger
    videoSizes?: TypeVideoSizeIn[]