Package-level declarations

Types

Link copied to clipboard

Represents the types of formatting we provide with our formatter API.

Link copied to clipboard

Represents the position of the online indicator in user avatars.

Link copied to clipboard
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.