library / io.getstream.chat.android.livedata.dao / QueryChannelsDao

QueryChannelsDao

interface QueryChannelsDao

Functions

insert

abstract suspend fun insert(queryChannelsEntity: QueryChannelsEntity): Unit

select

abstract suspend fun select(id: String): QueryChannelsEntity?
abstract suspend fun select(ids: List<String>): List<QueryChannelsEntity>