Interface NewsfeedGetSuggestedSourcesParams

interface NewsfeedGetSuggestedSourcesParams {
    count?: number;
    fields?: BaseUserGroupFields[];
    offset?: number;
    shuffle?: number | boolean;
    [key: string]: any;
}

Indexable

[key: string]: any

Properties

count?: number

amount of communities or users to return.

offset?: number

offset required to choose a particular subset of communities or users.

shuffle?: number | boolean

shuffle the returned list or not.

Generated using TypeDoc