teleproto - v1.229.0
    Preparing search index...

    Interface InputMediaPhotoIn

    interface InputMediaPhotoIn {
        _: "inputMediaPhoto";
        id: TypeInputPhotoIn;
        livePhoto?: boolean;
        spoiler?: boolean;
        ttlSeconds?: number;
        video?: TypeInputDocumentIn;
    }
    Index
    _: "inputMediaPhoto"
    livePhoto?: boolean
    spoiler?: boolean
    ttlSeconds?: number