interface FeedChannelListQueryParams {
    includeEmpty?: boolean;
    limit?: number;
}

Hierarchy

  • BaseListQueryParams
  • default
    • FeedChannelListQueryParams

Properties

includeEmpty?: boolean

Whether to include the channels with no message. (default: true)

limit?: number

The maximum number of data per queried page.