library / io.getstream.chat.android.livedata.usecase / ThreadLoadMore

ThreadLoadMore

interface ThreadLoadMore

Functions

invoke

Loads more messages for the specified thread

abstract operator fun invoke(cid: String, parentId: String, messageLimit: Int): Call2<List<Message>>

Inheritors

ThreadLoadMoreImpl

class ThreadLoadMoreImpl : ThreadLoadMore