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

invoke

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

Loads more messages for the specified thread

Parameters

cid - : the full channel id IE messaging:123

parentId - : the parentId of the thread

messageLimit - : how many new messages to load

Return
A call object with List as the return type