Interface WidgetsCommentMedia

interface WidgetsCommentMedia {
    item_id: number;
    owner_id: number;
    thumb_src: string;
    [key: string]: any;
}

Indexable

[key: string]: any

Properties

item_id: number

Media item ID

owner_id: number

Media owner's ID

thumb_src: string

URL of the preview image (type=photo only)

Generated using TypeDoc