interface StopTyping
StopTyping should be called when the user submits the text and finishes typing
abstract operator fun invoke(cid: String): Call2<Boolean>
class StopTypingImpl : StopTyping