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

invoke

abstract operator fun invoke(cid: String, messageLimit: Int): Call2<Channel>

Loads older messages for the channel

Parameters

cid - : the full channel id IE messaging:123

messageLimit - : how many new messages to load

Return
A call object with Channel as the return type