interface InactiveChannelListQueryParams {
    customType?: string;
    limit?: number;
    order?: InactiveChannelListOrder;
}

Hierarchy

  • BaseListQueryParams
    • InactiveChannelListQueryParams

Properties

customType?: string

Restricts the results to inactive channels with the given custom type.

limit?: number

The maximum number of data per queried page.

Result order of the inactive channels. (default: InactiveChannelListOrder.LATEST)