UNPKG

219 BTypeScriptView Raw
1import { Entity } from '../core/entity';
2import { MediaEntityOembedResponse } from '../responses';
3export declare class MediaEntity extends Entity {
4 static oembed(url: string): Promise<MediaEntityOembedResponse>;
5}