QueryConfig

data class QueryConfig<T : Any>(val filters: FilterObject, val querySort: QuerySorter<T>)

The configuration for querying various bits of data. It's generic, so it can be used to query Channels, Messages or something else.

Parameters

filters

The FilterObject to apply to the query.

querySort

The sorting option for the query results.

Constructors

Link copied to clipboard
constructor(filters: FilterObject, querySort: QuerySorter<T>)

Properties

Link copied to clipboard
Link copied to clipboard