Interface WidgetsGetCommentsParams

interface WidgetsGetCommentsParams {
    count?: number;
    fields?: UsersFields[];
    offset?: number;
    order?: string;
    page_id?: string;
    url?: string;
    widget_api_id?: number;
    [key: string]: any;
}

Indexable

[key: string]: any

Properties

count?: number
fields?: UsersFields[]
offset?: number
order?: string
page_id?: string
url?: string
widget_api_id?: number

Generated using TypeDoc