setTyping

abstract suspend fun setTyping(roomId: RoomId, userId: UserId, typing: Boolean, timeout: Long? = null): Result<Unit>

See also