teleproto - v1.229.0
    Preparing search index...

    Interface InputMediaPhotoExternalIn

    interface InputMediaPhotoExternalIn {
        _: "inputMediaPhotoExternal";
        spoiler?: boolean;
        ttlSeconds?: number;
        url: string;
    }
    Index
    _: "inputMediaPhotoExternal"
    spoiler?: boolean
    ttlSeconds?: number
    url: string