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

invoke

abstract operator fun invoke(cid: String): Call2<Boolean>

StopTyping should be called when the user submits the text and finishes typing

Parameters

cid - : the full channel id IE messaging:123

Return
A call object with Boolean as the return type. True when a typing event was sent, false if it wasn't sent