filterWithOffset
suspend fun ChatClient.filterWithOffset(filter: FilterObject, offset: Int, limit: Int): List<Channel>
Default filter to include FilterObject in a channel by its cid
Parameters
filter
the filter to be included.
offset
the offset to be included with the filter.
limit
the maximum number of results to return.