teleproto - v1.229.0
    Preparing search index...

    Interface PageBlockPhotoIn

    interface PageBlockPhotoIn {
        _: "pageBlockPhoto";
        caption: PageCaptionIn;
        photoId: BigInteger;
        spoiler?: boolean;
        url?: string;
        webpageId?: BigInteger;
    }
    Index
    _: "pageBlockPhoto"
    caption: PageCaptionIn
    photoId: BigInteger
    spoiler?: boolean
    url?: string
    webpageId?: BigInteger