Interface CommentFetchOptions

Name

CommentFetchOptions

Description

Options for fetching channels.

Param: sorting

Sort by...

Param: limit

Amount of comments to return.

interface CommentFetchOptions {
    limit?: number;
    sorting?: CommentSorting;
}

Hierarchy (view full)

Properties

Properties

limit?: number
sorting?: CommentSorting

Generated using TypeDoc